Fix position of restore draft button.

The Restore draft button currently appears before Markdown preview
button. This commit moves restore draft to right most position.
This commit is contained in:
hackerkid 2016-12-22 22:18:52 +05:30 committed by Tim Abbott
parent 0dbe1bb87e
commit 713b69ceab
1 changed files with 3 additions and 2 deletions

View File

@ -359,10 +359,11 @@ input.recipient_box {
}
#restore-draft {
float: left;
display: none;
position: relative;
margin-right: 1em;
padding-top: 2px;
margin-left: 5px;
top: 2px;
}
#sending-indicator {