uses new select-box for quick topic edit
This commit is contained in:
parent
dcc5f93344
commit
cb4f690937
|
@ -19,7 +19,7 @@
|
|||
{{text-field id="edit-title" value=buffered.title maxlength=siteSettings.max_topic_title_length autofocus="true"}}
|
||||
{{#if showCategoryChooser}}
|
||||
<br>
|
||||
{{category-chooser valueAttribute="id" value=buffered.category_id}}
|
||||
{{category-select-box width=350 value=buffered.category_id}}
|
||||
{{/if}}
|
||||
|
||||
{{#if canEditTags}}
|
||||
|
|
|
@ -26,16 +26,6 @@
|
|||
margin-right: 6px;
|
||||
}
|
||||
#edit-title { width: 500px; }
|
||||
.category-combobox {
|
||||
width: 350px;
|
||||
.select2-drop {
|
||||
left: -9000px;
|
||||
width: 248px;
|
||||
}
|
||||
.select2-search input {
|
||||
width: 198px;
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
font-size: 1.8em;
|
||||
line-height: 1.2em;
|
||||
|
|
Loading…
Reference in New Issue