FIX: centre category-dropdown-menu text

This commit is contained in:
Neil Lalonde 2014-06-24 14:27:48 -04:00
parent 3521fb97e4
commit 8762e6aa34
2 changed files with 2 additions and 2 deletions

View File

@ -259,7 +259,7 @@ ol.category-breadcrumb {
} }
} }
.category-dropdown-menu { .list-controls .category-dropdown-menu {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
position: absolute; position: absolute;

View File

@ -261,7 +261,7 @@
.category-dropdown-menu { .category-dropdown-menu {
max-height: 350px; max-height: 350px;
margin-top: 30px; margin-top: 30px;
min-width: 138px; min-width: 152px;
} }
#bulk-select { #bulk-select {