-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblockcategories.css
47 lines (47 loc) · 1.22 KB
/
blockcategories.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
/* Block categories */
#categories_block_left .tree { padding-left: 0.5em }
#categories_block_left .tree li {
border: none;
padding-top: 5px;
padding-left: 15px;
background: none;
margin-left: 0;
font-weight: bold;
font-size: 13px;
line-height: 13px
}
#categories_block_left .tree li.last { padding-bottom: 0 }
#categories_block_left .tree ul { padding: 2px 0 0 }
#categories_block_left .tree li li {
padding: 1px 0 1px 15px;
background: none;
font-size: 11px;
font-weight: normal
}
#categories_block_left .tree li li.last { padding-bottom: 0 }
#categories_block_left .tree li li li {
padding-left: 15px;
font-size: 9px
}
#categories_block_left .tree a {
padding-left: 0;
color: #374853
}
#categories_block_left .tree a:hover { text-decoration: none }
#categories_block_left ul.tree a.selected {
color: #488c40;
font-weight: bold
}
#categories_block_left span.grower {
display: block;
float: left;
background-position: 0 3px;
background-repeat: no-repeat;
width: 9px;
height: 15px;
margin: 0 0 0 -12px!important;
margin: 0 0 0 -8px;
padding: 0
}
#categories_block_left span.OPEN { background-image: url('../../../img/icon/less.gif') }
#categories_block_left span.CLOSE { background-image: url('../../../img/icon/more.gif') }