uses new select-box for quick topic edit

This commit is contained in:
Joffrey JAFFEUX 2017-08-29 15:15:17 +02:00 committed by GitHub
parent dcc5f93344
commit cb4f690937
2 changed files with 1 additions and 11 deletions

View File

@ -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}}

View File

@ -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;