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 }
|
26
|
a.tooltip span {display:none; margin-left:14px; width:430px;}
|
27
|
a.tooltip:hover span{display:inline; position:absolute; padding:5px; border:1px solid #000000; background:#ffffff; color:#000000;}
|