// Blocklayered: BugFix in pagination

// Blocklayered: Add translations
// Blocklayered: BugFix with sliders (when cursor min and max are at 0)

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10805 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2011-11-30 14:50:45 +00:00
parent 72b833fe31
commit ff3c4b6881
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;
}