svn commit: r925846 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

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

svn commit: r925846 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

buscob
Author: buscob
Date: Sun Mar 21 17:56:43 2010
New Revision: 925846

URL: http://svn.apache.org/viewvc?rev=925846&view=rev
Log:
Better rendering of the Button bars in Tomahawk theme

Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=925846&r1=925845&r2=925846&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Mar 21 17:56:43 2010
@@ -1418,10 +1418,6 @@ font-weight: bold;
 float: right;
 }
 
-.button-bar ul a,.tabContainer ul a {
-display: block;
-}
-
 .button-bar ul a,.button-bar a {
 background-image:url(../images/tab_normal1.png);
 color:#000000;
@@ -1553,6 +1549,10 @@ float:left;
 padding:0;
 }
 
+.tab-bar ul a {
+display: block;
+}
+
 .tab-bar ul a,.tab-bar ul a:visited {
 color: #404040;
 padding: 2px 5px 2px 5px;