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;
 }
 
Post's attachments

changed-css.zip 40.5 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: default.css mods for better UI display

Hi,

I'm new to FA and I'd love to start building modules. So, how can I get started? Need a newbie kinda how to . Thanks.

Re: default.css mods for better UI display

Please post as a new topic under relevant head.

Read the FA Wiki and follow this Forum Post.