You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ad...@apache.org on 2008/06/09 03:25:48 UTC

svn commit: r664600 - /ofbiz/trunk/framework/images/webapp/images/maincss.css

Author: adrianc
Date: Sun Jun  8 18:25:48 2008
New Revision: 664600

URL: http://svn.apache.org/viewvc?rev=664600&view=rev
Log:
Some small tweaks to the main style sheet.

Modified:
    ofbiz/trunk/framework/images/webapp/images/maincss.css

Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=664600&r1=664599&r2=664600&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Sun Jun  8 18:25:48 2008
@@ -903,7 +903,9 @@
 }
 
 #column-container h1,
-#column-container .h1 {
+#column-container .h1,
+#column-container h2,
+#column-container .h2 {
 margin-bottom: 0.5em;
 }
 
@@ -1573,9 +1575,15 @@
 .basic-table {
 background-color: #ffffff;
 color: #000000;
+margin-bottom: 1em;
 width: 100%;
 }
 
+form .basic-table,
+.screenlet-body .basic-table {
+margin-bottom: 0;
+}
+
 .basic-table tr td {
 /* Style for all cells */
 padding: 0.1em;