[Rt-commit] rt branch, 4.6/restrict-width-search-refresh-dropdown, repushed
Aaron Trevena
ast at bestpractical.com
Tue Jan 21 08:27:17 EST 2020
The branch 4.6/restrict-width-search-refresh-dropdown was deleted and repushed:
was 409087e2f97a23eb7164fc1229a9ccb84bce920f
now 2257fc3fc15c16654a883a37d348b71a597d1dc5
1: 409087e2f9 ! 1: 2257fc3fc1 Restrict width of refresh dropdown in search results
@@ -2,8 +2,7 @@
Restrict width of refresh dropdown in search results
- Add new autowidth-select css class and update refresh form control to use it
- Remove bootstrap layout divs so that submit button is now alongside
+ Fixed alignment, spacing and size of refresh selectbox and label
diff --git a/share/html/Elements/Refresh b/share/html/Elements/Refresh
--- a/share/html/Elements/Refresh
@@ -13,7 +12,7 @@
%#
%# END BPS TAGGED BLOCK }}}
-<select name="<%$Name%>" class="selectpicker form-control refresh">
-+<select name="<%$Name%>" class="autowidth-select selectpicker form-control">
++<select name="<%$Name%>" class="w-auto selectpicker form-control">
<option value="-1"
%unless ($Default) {
selected="selected"
@@ -72,7 +71,3 @@
padding-bottom: 5em;
}
+
-+/* over-ride fullwidth bootstrap select box/div size to auto */
-+.autowidth-select {
-+ width: auto !important;
-+}
More information about the rt-commit
mailing list