Fix styling of category select when editing a topic title
This commit is contained in:
parent
3e0ef018ab
commit
a4a09dc242
|
@ -0,0 +1,6 @@
|
||||||
|
.category-combobox {
|
||||||
|
.category-desc {
|
||||||
|
margin: 6px 0px 0px 3px;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
|
@ -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; }
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue