Author: adrianc
Date: Tue Oct 25 00:03:26 2011
New Revision: 1188451
URL:
http://svn.apache.org/viewvc?rev=1188451&view=revLog:
Reverting my previous commit. It causes more problems than it solves.
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=1188451&r1=1188450&r2=1188451&view=diff==============================================================================
--- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Tue Oct 25 00:03:26 2011
@@ -681,13 +681,15 @@ 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;
}
@@ -706,8 +708,6 @@ 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,8 +717,6 @@ 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;