aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_layout.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 658fa095b..f865d5bbe 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -1039,6 +1039,7 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
border-style: solid;
border-width: 1px;
border-left-width: 1em;
+ margin-bottom: 1em;
}
.fms-admin-warning {
border-color: #f99;
@@ -1056,7 +1057,7 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
.admin-hint {
font-size: 80%; // little question marks are small
cursor: pointer;
- display: inline-block;
+ display: block;
float:left;
overflow: hidden;
padding: 0.2em;