aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2018-04-06 14:50:30 +0100
committerStruan Donald <struan@exo.org.uk>2018-04-11 10:42:52 +0100
commit1d25da206d2e1ed2d2f841d65461e4a9449dd751 (patch)
treea70b32c6a113569d4b3a0fd68434761e3eb714e2 /web
parent0302be8672651348c6357c1afcb917420e956dc6 (diff)
group the open 311 endpoint options in admin interface
Makes a bit more sense to group those relating to sending/receiving comments together and those relating to fetching comments together.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_admin.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss
index 11536882b..bf96dd08f 100644
--- a/web/cobrands/sass/_admin.scss
+++ b/web/cobrands/sass/_admin.scss
@@ -111,6 +111,11 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
margin: 1em 0;
}
+.admin-open311-section {
+ padding-left: 1em;
+ border-left: 1px solid #ccc;
+}
+
.admin-hint {
font-size: 80%; // little question marks are small
cursor: pointer;