css: Reorder compose.scss so .drafts-link is with .compose_table.

This commit is contained in:
Vaibhav 2019-08-24 17:25:34 +05:30 committed by Tim Abbott
parent 72e13478cb
commit 71efd80dac

View File

@ -129,6 +129,13 @@
.messagebox {
box-shadow: none !important;
}
.drafts-link {
position: relative;
margin-right: 1em;
margin-left: 5px;
top: 2px;
}
}
#send_message_form {
@ -397,13 +404,6 @@ input.recipient_box {
align-items: center;
}
.compose_table .drafts-link {
position: relative;
margin-right: 1em;
margin-left: 5px;
top: 2px;
}
#sending-indicator {
top: 2px;
position: relative;