svn commit: r1188447 - /ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1188447 - /ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css

adrianc
Author: adrianc
Date: Mon Oct 24 23:43:29 2011
New Revision: 1188447

URL: http://svn.apache.org/viewvc?rev=1188447&view=rev
Log:
Small fix for Flat Grey visual theme - include a elements and form elements in the button-bar style.

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=1188447&r1=1188446&r2=1188447&view=diff
==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Mon Oct 24 23:43:29 2011
@@ -681,15 +681,13 @@ width: 100%;
 display: inline; /* IE Fix */
 }
 
+.button-bar a,
+.button-bar form,
 .button-bar ul li ul li {
 float: left;
 font-weight: bold;
 }
 
-.button-bar ul .opposed {
-float: right;
-}
-
 .button-bar ul a {
 display: block;
 }
@@ -708,6 +706,8 @@ float: right;
 display: table;
 }
 
+.button-style-1 a,
+.button-style-1 form,
 .button-style-1 ul li ul li {
 margin-right: 0.5em;
 margin-bottom: 0.5em;
@@ -717,6 +717,8 @@ margin-bottom: 0.5em;
 display: table;
 }
 
+.button-style-2 a,
+.button-style-2 form,
 .button-style-2 ul li ul li {
 margin-right: 0.5em;
 margin-bottom: 0.5em;