aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-09-27 10:03:40 +0100
committerDave Whiteland <dave@mysociety.org>2013-09-30 18:15:20 +0100
commit2677e9cf21f5bbc0698a5cba4a349b702a330e0a (patch)
treef3ea07278511e50bd3061a82eb719f39b5daf607
parent5003fc3894dd835a24a4234618d2cd065518b98f (diff)
add admin-box style
-rw-r--r--web/cobrands/sass/_layout.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss
index 126e44685..7de9e0544 100644
--- a/web/cobrands/sass/_layout.scss
+++ b/web/cobrands/sass/_layout.scss
@@ -1045,6 +1045,14 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
list-style: none;
}
}
+ .admin-box { // for delimiting forms, etc
+ border:1px solid #999;
+ padding:0.5em 1em;
+ margin:1.5em 0;
+ h2 { // only really want on first-child
+ margin-top: 0;
+ }
+ }
.fms-admin-warning, .fms-admin-info, .admin-hint {
display: none; // don't display admin-notes unless .show-admin-notes class is present
}