mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 03:33:58 -06:00
Fix styling of category select when editing a topic title
This commit is contained in:
parent
3e0ef018ab
commit
a4a09dc242
6
app/assets/stylesheets/application/combobox.css.scss
Normal file
6
app/assets/stylesheets/application/combobox.css.scss
Normal file
@ -0,0 +1,6 @@
|
||||
.category-combobox {
|
||||
.category-desc {
|
||||
margin: 6px 0px 0px 3px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
@ -241,11 +241,6 @@
|
||||
}
|
||||
}
|
||||
.category-combobox {
|
||||
.category-desc {
|
||||
margin: 8px 8px 0px 8px;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
width: 430px;
|
||||
@include medium-width { width: 285px; }
|
||||
@include small-width { width: 220px; }
|
||||
|
@ -71,6 +71,16 @@
|
||||
.chzn-container {
|
||||
margin: 6px 0;
|
||||
}
|
||||
.category-combobox {
|
||||
width: 330px;
|
||||
.chzn-drop {
|
||||
left: -9000px;
|
||||
width: 328px;
|
||||
}
|
||||
.chzn-search input {
|
||||
width: 298px;
|
||||
}
|
||||
}
|
||||
button {
|
||||
margin: 8px 0;
|
||||
vertical-align: top;
|
||||
|
Loading…
Reference in New Issue
Block a user