weavertabs_wev8.css
897 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
39
40
41
42
43
44
45
46
47
48
49
.weavertabs{
border:1px solid #D9D9D9;
}
.weavertabs-nav{
width:100%;
padding:0px;
margin:0px;
}
.weavertabs-nav tr td{
padding:3 0;
text-align:center;
border-right:1px solid #D9D9D9;
cursor: pointer;
font-size:13px;
background:#FFFFFF url(tab_wev8.gif) repeat-x scroll 0 0;
}
.weavertabs-content div{
display:none;
}
.weavertabs-content .chartitem{
display:block;
}
.weavertabs-content .chartitem span{
margin-right:20px;
display:inline-block;
}
.weavertabs-content .chartcontainer{
display:block;
}
.weavertabs-content .chartitem .ctitle{
width:200px;
padding-left: 3px;
padding-top: 2px;
cursor:default;
}
.weavertabs-content .chartitem .cset:hover{
color:#018efb;
cursor: pointer;
}
.weavertabs-content .chartitem .cdel:hover{
color:#018efb;
cursor: pointer;
}
.weavertabs-content .addnewchart:hover{
color:#018efb;
cursor: pointer;
}