css: Nest .drafts-link inside .new_message_button.

This commit is contained in:
Vaibhav 2019-08-24 16:15:31 +05:30 committed by Tim Abbott
parent 870ca49f0d
commit 8f6ad6bd11

View File

@ -1,7 +1,3 @@
#compose_controls .drafts-link {
float: left;
}
#compose_buttons {
text-align: right;
@ -19,6 +15,10 @@
line-height: 1em;
}
.drafts-link {
float: left;
}
.alert-draft {
font-size: 14px;
color: hsl(170, 48%, 54%);