aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/sass/_admin.scss
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2019-09-23 13:21:52 +0100
committerZarino Zappia <mail@zarino.co.uk>2019-09-23 13:21:52 +0100
commit2c7b4a10863f86c6b22bb26b3d2230b1f558c17c (patch)
tree7e7b14d01e548485178e5be5aa7813c6e4848280 /web/cobrands/sass/_admin.scss
parent48c090b8fd4b0570c9a416cc73d0109815e9d742 (diff)
Support for select boxes in .form-txt-submit-box
Diffstat (limited to 'web/cobrands/sass/_admin.scss')
-rw-r--r--web/cobrands/sass/_admin.scss7
1 files changed, 2 insertions, 5 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss
index 745c74fd7..d36c8ced0 100644
--- a/web/cobrands/sass/_admin.scss
+++ b/web/cobrands/sass/_admin.scss
@@ -167,12 +167,9 @@ $button_bg_col: #a1a1a1; // also search bar (tables)
.admin-index-search {
width: 27em;
- form {
- clear: #{$left};
- }
+
select {
- max-width: 65%;
- float: #{$left};
+ width: 15em;
}
}