This commit is contained in:
@@ -1,75 +0,0 @@
|
||||
#layered_block_left div.block_content {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
#layered_block_left ul {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#layered_block_left ul li {
|
||||
margin-left: 15px;
|
||||
padding-left: 2px;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#layered_block_left #enabled_filters {
|
||||
font-size: 10px;
|
||||
padding-bottom: 10px;
|
||||
margin-bottom: 5px;
|
||||
border-bottom: 1px dotted #CCC;
|
||||
}
|
||||
|
||||
#layered_block_left #enabled_filters ul li {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
#layered_block_left #enabled_filters ul li:hover {
|
||||
background: inherit;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#layered_block_left #enabled_filters a {
|
||||
text-decoration: none;
|
||||
color: red;
|
||||
}
|
||||
|
||||
#layered_block_left ul li:hover {
|
||||
background: #71BF47;
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
#layered_block_left ul li label {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#layered_block_left ul li.nomargin {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#layered_block_left span.layered_subtitle {
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#layered_block_left span.layered_close a { text-decoration: none; }
|
||||
|
||||
#layered_block_left span.layered_close {
|
||||
float: right;
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
display: block;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
#layered_block_left ul li input.checkbox {
|
||||
vertical-align: middle;
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
#layered_block_left ul li .disabled {
|
||||
color: #666;
|
||||
}
|
||||
Reference in New Issue
Block a user