wb-archiv283/trunk/wb/modules/droplets/backend.css @ 1036
1 |
ul, li { |
---|---|
2 |
list-style: none; |
3 |
margin: 0; |
4 |
padding: 0 |
5 |
}
|
6 |
|
7 |
.setting_name { |
8 |
vertical-align: top; |
9 |
}
|
10 |
|
11 |
.newsection { |
12 |
border-top: 1px dashed #fff; |
13 |
}
|
14 |
|
15 |
thead { |
16 |
font-weight: bold; |
17 |
background-color: #c7d1db; |
18 |
height: 25px } |
19 |
|
20 |
.row_om_out { |
21 |
background: #ecf4f5 inherit; |
22 |
border: outset 1px #a5b3b4 |
23 |
}
|
24 |
|
25 |
.row_om_over { background: #ffffe0; border: outset 1px #679b38 } |