-
Notifications
You must be signed in to change notification settings - Fork 13
/
fcbklistselection.css
89 lines (88 loc) · 1.49 KB
/
fcbklistselection.css
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body
{
font-size:11px;
text-align:left;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
#fcbklist
{
border-color: #C1C1C1;
border-style:none solid solid;
border-width:medium 1px 1px;
height:300px;
list-style-type:none;
margin:0pt;
overflow:auto;
padding:0pt;
z-index:1;
}
#filters {
border-bottom:1px solid #C1C1C1;
padding:4px 0pt 0pt;
zoom:1;
}
#filters .selections {
float:left;
list-style-type:none;
margin:0px;
padding:0px;
}
#filters .selections li.view_on {
background:#FFFFFF url(images/multi_selector_bg.gif) repeat-x scroll center top;
}
#filters .selections li {
float:left;
padding:4px 7px;
text-align:center;
width:100px;
}
#filters .selections li a{
color:#3B5998;
text-decoration:none;
}
#fcbklist li {
background-color:#F7F7F7;
border:1px solid #D8DFEA;
display:block;
float:left;
list-style-image:none;
list-style-type:none;
margin:2px;
padding:2px;
}
#fcbklist .fcbklist_item
{
background-color:#FFFFFF;
clear:both;
position:relative;
height:50px;
overflow:hidden;
}
#fcbklist .itemover
{
background-color:#F7F7F7 !important;
}
#fcbklist .liselected
{
border:1px solid #149525 !important;
background-color:#D7F8AC !important;
}
#fcbklist .itemselected
{
background-color:#D7F8AC !important;
background-image: url(images/checked.png);
background-repeat:no-repeat;
background-position:right bottom;
}
#fcbklist strong {
color:#222222;
font-size:11px;
margin-top:2px;
width:65px;
}
.clearer
{
clear:both;
height:1px;
font-size:1px;
}