Subversion Repositories wimsdev

Rev

Rev 6635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6635 Rev 7075
Line 1... Line 1...
1
.wims_home_list li {
1
.wims_home_list li {
2
   background-color:#e5e5e5;
2
   background-color:#fff;
3
   list-style:none;
3
   list-style:none;
4
   padding-top: 3pt;
4
   padding : 5pt;
5
   padding-right: 0pt;
-
 
6
   padding-bottom: 0pt;
-
 
7
   padding-left: 3pt;
-
 
8
   margin-top: 10pt;
-
 
9
   margin-right: 0%;
-
 
10
   margin-bottom: 3pt;
-
 
11
}
5
}
12
.wims_home_list li:nth-child(even) {background-color:#e5e5e5;}
6
.wims_home_list li:nth-child(even) {background-color:#e5e5e5;}
13
 
7
 
14
.wims_home_form {
-
 
15
   padding: 5px;
-
 
16
   width:150px;
-
 
17
}
-
 
18
 
-
 
19
.wims_home_button {}
8
/*.wims_home_button {}
20
 
9
 
21
.wims_home_menu {}
10
.wims_home_menu {}*/
-
 
11
 
-
 
12
/*.wims_frontpage, .wims_motd{
-
 
13
   padding-right: 10pt;
-
 
14
   padding-left: 10pt;
-
 
15
}*/
22
 
16
 
23
.wims_frontpage, .wims_motd{
17
.wims_motd {
-
 
18
   background-color:rgb(232,232,232);
24
   padding-right: 10pt;
19
   padding-right: 10pt;
25
   padding-left: 10pt;
20
   padding-left: 10pt;
26
}
21
}
27
 
-
 
28
.wims_motd { background-color:rgb(232,232,232);}
-