mirror of https://github.com/zulip/zulip.git
css: Reorder zulip.scss to put `#inline_topic_edit` alongside.
This commit is contained in:
parent
806a448823
commit
eccf51b36e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue