FIX: visual regressions on title-wrapper

This commit is contained in:
Joffrey JAFFEUX 2017-08-31 15:08:09 +02:00 committed by GitHub
parent 0957ac9ee2
commit 56468582ee
5 changed files with 26 additions and 27 deletions

View File

@ -18,19 +18,20 @@
{{text-field id="edit-title" value=buffered.title maxlength=siteSettings.max_topic_title_length autofocus="true"}}
{{#if showCategoryChooser}}
<br>
{{category-select-box class="small" value=buffered.category_id}}
{{/if}}
{{#if canEditTags}}
<br>
{{tag-chooser tags=buffered.tags categoryId=buffered.category_id}}
{{/if}}
{{plugin-outlet name="edit-topic" args=(hash model=model buffered=buffered)}}
<div class="actions">
{{d-button action="finishedEditingTopic" class="btn-primary btn-small submit-edit" icon="check"}}
{{d-button action="cancelEditingTopic" class="btn-small cancel-edit" icon="times"}}
</div>
<br>
{{d-button action="finishedEditingTopic" class="btn-primary btn-small submit-edit" icon="check"}}
{{d-button action="cancelEditingTopic" class="btn-small cancel-edit" icon="times"}}
{{else}}
<h1>
{{#unless model.is_warning}}

View File

@ -169,6 +169,7 @@ header .discourse-tag {color: $tag-color }
}
.tag-chooser {
width: 100%;
margin: 5px 0;
ul.select2-choices {
max-height: 40px;
@ -176,6 +177,10 @@ header .discourse-tag {color: $tag-color }
}
}
.title-wrapper .tag-chooser {
width: 500px;
}
.admin-tag {
position: relative;
float: right;

View File

@ -48,20 +48,9 @@
#topic-title {
.title-wrapper {
display: flex;
flex: 1;
flex-direction: column;
max-width: 450px;
float: left;
width: 90%;
#edit-title, .tag-chooser, .category-select-box {
flex: 1;
width: auto;
}
#edit-title {
margin-bottom: 5px;
}
.btn-small {
margin: 0 6px 0 0;
}

View File

@ -21,16 +21,14 @@
padding-top: 14px;
margin-bottom: 10px;
.tag-chooser {
width: 100%;
max-width: 450px;
}
.star {
font-size: 1.429em;
margin-top: 6px;
margin-right: 6px;
}
#edit-title, .category-select-box {
width: 500px;
}
h1 {
font-size: 1.8em;
line-height: 1.2em;
@ -44,10 +42,6 @@
vertical-align: middle;
}
.private-message-glyph { display: none; }
.actions {
flex: 1;
align-items: center;
}
}
.private-message-glyph {

View File

@ -180,14 +180,24 @@ sup sup, sub sup, sup sub, sub sub { top: 0; }
// inline editing of title on mobile
.title-wrapper {
#edit-title {
input#edit-title {
width: 95%;
padding: 5px;
box-sizing: border-box;
}
.btn-small {
padding: 8px 12px;
margin: 6px 6px 0 0;
}
.select2-container {
margin-top: 8px;
width: 95% !important;
}
.category-select-box {
margin-top: 8px;
width: 95%;
}
}
// make mobile timeline top and bottom dates easier to select