diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-08-07 16:11:59 +0100 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2013-09-05 17:31:06 +0100 |
commit | 1105cd1f0df1de0569d9f1530a86c21ca34ea775 (patch) | |
tree | e23fe7ee02466e9f2c8b09ff67b4c02ddf151fc0 | |
parent | 75419ceb142852db15d0d72e05400b163c40caf6 (diff) |
tweaks to admin hint CSS
-rw-r--r-- | web/cobrands/sass/_layout.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index f745e266f..658fa095b 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -1035,7 +1035,7 @@ $button_bg_col: #a1a1a1; // also search bar (tables) } .fms-admin-warning, .fms-admin-info { padding: 1em; - font-size: 80%; + font-size: 90%; border-style: solid; border-width: 1px; border-left-width: 1em; @@ -1054,6 +1054,7 @@ $button_bg_col: #a1a1a1; // also search bar (tables) margin: 1em 0; } .admin-hint { + font-size: 80%; // little question marks are small cursor: pointer; display: inline-block; float:left; @@ -1072,6 +1073,7 @@ $button_bg_col: #a1a1a1; // also search bar (tables) } &:before { content: "?" } &.admin-hint-show { + font-size: 90%; text-align: left; display: block; float:none; @@ -1081,7 +1083,6 @@ $button_bg_col: #a1a1a1; // also search bar (tables) p { font-weight: normal; display: block; - font-size: 80%; background-color: #ff9; color: #000; border-style: solid; |