// Blocklayered: BugFix in pagination

// Blocklayered: Add translations
// Blocklayered: BugFix with sliders (when cursor min and max are at 0)
This commit is contained in:
mDeflotte
2011-11-30 14:50:45 +00:00
parent e16454c06d
commit 07318f291a
5 changed files with 211 additions and 123 deletions
+5 -1
View File
@@ -4,7 +4,7 @@
#layered_block_left ul {
padding-left: 0;
max-height: 100px;
max-height: 120px;
overflow-y: auto;
overflow-x: hidden;
padding-left: 1px;
@@ -107,4 +107,8 @@
}
#layered_form .color-option.on {
border: 1px solid red;
}
#layered_form input[type=radio] {
margin-left: 2px;
vertical-align: middle;
}