diff --git a/static/styles/drafts.scss b/static/styles/drafts.scss index 26c5ae070c..087aa6c98a 100644 --- a/static/styles/drafts.scss +++ b/static/styles/drafts.scss @@ -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;