Topic: default.css mods for better UI display
The default.css for the 3 standard themes - aqua, cool and default - have been tweaked to allow combo select boxes to be displayed in the same straight line as all other fields in line items of forms.
The change envisaged is:
--- themes/aqua/default.css Sat Nov 22 03:35:19 2014
+++ themes/aqua/default.css Wed Feb 11 22:14:42 2015
@@ -90,8 +90,12 @@
padding: 1px 0px;
}
-button img, span {
- padding: 0px 2px ;
+button img {
+ padding: 0px 2px;
+ vertical-align: middle;
+}
+
+span {
vertical-align: middle;
}