css: Nest `new_message_button` inside `#compose_buttons`.

This commit is contained in:
Vaibhav 2019-08-24 16:01:44 +05:30 committed by Tim Abbott
parent 60fe12bcfe
commit 877d198363
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,6 @@
float: left;
}
.new_message_button {
padding-top: 1.1em;
}
.alert-draft {
font-size: 14px;
color: hsl(170, 48%, 54%);
@ -17,6 +13,10 @@
#compose_buttons {
text-align: right;
.new_message_button {
padding-top: 1.1em;
}
.new_message_button .compose_mobile_button span {
font-size: 1.2em !important;
font-weight: 400;