aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-03-02 17:16:47 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-03-09 17:29:43 +0000
commit342b4ecff061fb11d47162389407ba58d6ac3d68 (patch)
treee71ab41a758f639655e3e33149d5f5cd02d7bba4 /web
parent6d2ecdb10f9f7a5110bb6bfc33e9fbfdc436ecea (diff)
Add submit buttons to admin index search forms.
Also slightly tidy up display.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_admin.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss
index 54f18b16f..58917a8ce 100644
--- a/web/cobrands/sass/_admin.scss
+++ b/web/cobrands/sass/_admin.scss
@@ -152,3 +152,14 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
}
}
}
+
+.admin-index-search {
+ width: 27em;
+ form {
+ clear: left;
+ }
+ select {
+ max-width: 65%;
+ float: left;
+ }
+}