From eccf51b36e99dba56bff35f9a88286b549cdf0c7 Mon Sep 17 00:00:00 2001 From: majordwarf Date: Tue, 19 May 2020 15:53:34 +0530 Subject: [PATCH] css: Reorder zulip.scss to put `#inline_topic_edit` alongside. --- static/styles/zulip.scss | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index ab0a50ae7c..eba800f323 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -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;