css: Reorder drafts.scss so .draft-row are together.

This commit is contained in:
Vaibhav 2019-08-16 07:03:28 +05:30 committed by Tim Abbott
parent 067c9040e7
commit 585b6680ae

View File

@ -71,10 +71,6 @@
padding: 5px 25px;
}
.draft-info-box.active {
outline: 2px solid hsl(215, 47%, 50%);
}
.draft-row > div {
display: inline-block;
vertical-align: top;
@ -86,6 +82,18 @@
margin-bottom: 10px;
}
.draft-row .draft-info-box .draft_controls {
display: inline-block;
position: absolute;
top: 9px;
right: -80px;
font-size: 0.9em;
}
.draft-info-box.active {
outline: 2px solid hsl(215, 47%, 50%);
}
.draft-info-box .message_row {
border: 0;
}
@ -102,14 +110,6 @@
margin-left: 0px;
}
.draft-row .draft-info-box .draft_controls {
display: inline-block;
position: absolute;
top: 9px;
right: -80px;
font-size: 0.9em;
}
.draft_controls .restore-draft {
cursor: pointer;
margin-right: 5px;