Author: adrianc
Date: Thu Dec 30 12:23:37 2010
New Revision: 1053869
URL:
http://svn.apache.org/viewvc?rev=1053869&view=revLog:
Minor layout fixes in the Flat Grey theme.
Modified:
ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=1053869&r1=1053868&r2=1053869&view=diff==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Thu Dec 30 12:23:37 2010
@@ -1541,6 +1541,14 @@ padding: 0.1em;
vertical-align: middle;
}
+.basic-table tr .align-bottom {
+vertical-align: bottom;
+}
+
+.basic-table tr .align-top {
+vertical-align: top;
+}
+
.basic-table tr .label,
.basic-table tr .group-label {
/* field labels for forms */
@@ -1610,16 +1618,20 @@ collection of buttons used in lists */
vertical-align: top;
}
-.basic-table tr .button-col a {
+.basic-table tr .button-col a,
+.basic-table tr .button-col input[type="submit"] {
background-color: #ffffff;
border: #999999 solid 0.1em;
color: #000099;
float: left;
margin: 0 0.1em 0 0.1em;
-padding: 0.1em 0.4em 0.1em 0.4em;
white-space: nowrap;
}
+.basic-table tr .button-col a {
+padding: 0.2em 0.4em 0.2em 0.4em;
+}
+
.basic-table tr .smallSubmit,
.basic-table tr .smallSubmit:visited {
background-color: #ffffff;