mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
Merge pull request #1825 from awesomerobot/master
fixing the admin icon in the compose window
This commit is contained in:
commit
069a42cde1
1 changed files with 4 additions and 4 deletions
|
@ -347,6 +347,10 @@
|
|||
position: relative;
|
||||
display: inline;
|
||||
}
|
||||
.show-admin-options {
|
||||
vertical-align: top;
|
||||
margin-top: 8px;
|
||||
}
|
||||
.title-input .popup-tip {
|
||||
width: 300px;
|
||||
left: -8px;
|
||||
|
@ -551,8 +555,4 @@ div.ac-wrap {
|
|||
}
|
||||
}
|
||||
|
||||
#reply-control button.btn.no-text {
|
||||
margin: 7px 0 0 5px; // works in safari, but not chrome and firefox
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue