aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_layout.scss5
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;