From 342b4ecff061fb11d47162389407ba58d6ac3d68 Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Thu, 2 Mar 2017 17:16:47 +0000 Subject: Add submit buttons to admin index search forms. Also slightly tidy up display. --- templates/web/base/admin/index.html | 6 ++++++ web/cobrands/sass/_admin.scss | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/templates/web/base/admin/index.html b/templates/web/base/admin/index.html index f573f0e7a..8498055b1 100644 --- a/templates/web/base/admin/index.html +++ b/templates/web/base/admin/index.html @@ -20,14 +20,18 @@ and to receive notices of updates.

[% END %] + + [% IF unsent_reports.size %]

[% loc('Reports waiting to be sent') %]

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; + } +} -- cgit v1.2.3