From 61f73658096c9a5bc2f4fdaf10aeca312c15993b Mon Sep 17 00:00:00 2001 From: heartsucker Date: Sun, 29 Jan 2017 16:28:07 +0100 Subject: [PATCH] fixed broken css rebasing of sass changes left out this bit of css --- securedrop/sass/journalist.sass | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/securedrop/sass/journalist.sass b/securedrop/sass/journalist.sass index cfe58f95842..45b65833d08 100644 --- a/securedrop/sass/journalist.sass +++ b/securedrop/sass/journalist.sass @@ -74,3 +74,54 @@ button.small-danger, a.btn.small-danger, .btn.small-danger display: inline-block width: 3.5% color: $color_purple_medium + +#cols li.source + .button-star + background-color: $color_grey_light + + .assignment + p + margin: 0 + display: inline-block + + .assign-current + margin-left: 7% + + font-size: 0.8em + a + + margin-left: 1% + .btn + padding: .3% + width: 10% + display: inline-block + + button + margin-left: 3% + padding: .3% + width: 10% + + .assign-select + height: 0 + overflow: hidden + + &:target + height: auto + overflow: visible + margin-top: 1% + text-align: center + + p + font-weight: bold + font-style: italic + + select + margin-left: 2% + width: 23% + + .btn + background-color: #999 + + &:hover + color: #999 + background-color: white