Fix styling of category select when editing a topic title

This commit is contained in:
Neil Lalonde 2013-04-04 11:34:07 -04:00
parent 3e0ef018ab
commit a4a09dc242
3 changed files with 16 additions and 5 deletions

View File

@ -0,0 +1,6 @@
.category-combobox {
.category-desc {
margin: 6px 0px 0px 3px;
font-size: 12px;
}
}

View File

@ -241,11 +241,6 @@
} }
} }
.category-combobox { .category-combobox {
.category-desc {
margin: 8px 8px 0px 8px;
font-size: 12px;
}
width: 430px; width: 430px;
@include medium-width { width: 285px; } @include medium-width { width: 285px; }
@include small-width { width: 220px; } @include small-width { width: 220px; }

View File

@ -71,6 +71,16 @@
.chzn-container { .chzn-container {
margin: 6px 0; margin: 6px 0;
} }
.category-combobox {
width: 330px;
.chzn-drop {
left: -9000px;
width: 328px;
}
.chzn-search input {
width: 298px;
}
}
button { button {
margin: 8px 0; margin: 8px 0;
vertical-align: top; vertical-align: top;