css: Reorder zulip.scss to put `#inline_topic_edit` alongside.

This commit is contained in:
majordwarf 2020-05-19 15:53:34 +05:30 committed by Tim Abbott
parent 806a448823
commit eccf51b36e
1 changed files with 12 additions and 12 deletions

View File

@ -1321,6 +1321,18 @@ div.focused_table {
margin-bottom: 5px;
}
#inline_topic_edit.header-v {
height: 18px;
display: inline-block;
padding: 0px 3px;
vertical-align: baseline;
line-height: 0px;
font-size: 14px;
box-shadow: none;
}
#message_edit_topic {
margin: 0 5px 5px 0;
}
@ -1340,18 +1352,6 @@ div.focused_table {
text-indent: 10px;
}
#inline_topic_edit.header-v {
height: 18px;
display: inline-block;
padding: 0px 3px;
vertical-align: baseline;
line-height: 0px;
font-size: 14px;
box-shadow: none;
}
#inline_topic_edit:focus,
#message_edit_topic:focus {
outline: none;