weaver_datacenter.css
961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
table.liststyle {
width: "100%";
margin: 10px 0pt 15px;
width: 100%;
text-align: left;
border-collapse: collapse;
}
table.liststyle tr.header th {
COLOR: #000000;
TEXT-ALIGN: left;
}
table.liststyle tr.Header td, TABLE.ListStyle TR.header TH, table.liststyle tr.header th, TABLE.BroswerStyle TR.DataHeader TH {
height: 30px !important;
line-height: 30px;
padding: 0px 5px 0px 12px;
cursor: pointer;
color: #000;
background-color: rgb(248,248,248);
font-weight: normal;
border-bottom: 2px solid #B7E0FE;
border-collapse: collapse;
text-align: left;
font-size: 12px;
}
table.liststyle tr.DataLight td,table.liststyle tr.DataDark td{
height: 30px !important;
line-height: 30px;
padding: 0px 5px 0px 12px;
cursor: pointer;
color: #000;
font-weight: normal;
border-bottom: 1px solid #F3F2F2;
border-collapse: collapse;
text-align: left;
font-size: 12px;
}