aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands')
-rw-r--r--web/cobrands/sass/_base.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 6af6d88ff..a8f6e7a96 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -1048,6 +1048,18 @@ input.final-submit {
}
}
+.moderate-edit {
+ display: none; // gets shown by javascript
+
+ :disabled {
+ background: #ddd;
+ }
+
+ h1 input {
+ border-width: (0.125em/2); // compensate for 2em font-size on h1s
+ }
+}
+
// map stuff
#map_box{
@extend .full-width;