Skip to content

Commit

Permalink
topic_edit_form: Update styling of topic edit form.
Browse files Browse the repository at this point in the history
Updated the CSS a bit so that it matches with other inputs.
  • Loading branch information
akashnimare authored and timabbott committed Aug 23, 2018
1 parent c313a93 commit 44fd3f1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/styles/zulip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1367,14 +1367,12 @@ div.focused_table {
#inline_topic_edit.header-v {
height: 18px;
display: inline-block;
margin: -2px 0 0 0;
padding: 0px 3px;
vertical-align: baseline;

line-height: 0px;
font-size: 14px;

border-radius: 0px;
border: 1px solid hsl(204, 20%, 74%);
box-shadow: none;
}

Expand Down Expand Up @@ -2381,7 +2379,8 @@ button.topic_edit_cancel {
font-size: 12px;
width: 18px;
height: 18px;
margin-top: -1px;
vertical-align: baseline;
border-radius: 4px;
}

div.topic_edit_spinner {
Expand Down

0 comments on commit 44fd3f1

Please sign in to comment.