|
Author: erwan
Date: Mon Jan 4 11:05:06 2010 New Revision: 895593 URL: http://svn.apache.org/viewvc?rev=895593&view=rev Log: Wrong style was used for a subtabbar in rev. 893582 (was not a button bar as it was with the ftl file) Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Modified: ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml?rev=895593&r1=895592&r2=895593&view=diff ============================================================================== --- ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml (original) +++ ofbiz/trunk/applications/order/widget/ordermgr/OrderMenus.xml Mon Jan 4 11:05:06 2010 @@ -201,7 +201,8 @@ </menu-item> </menu> - <menu name="QuoteSubTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml"> + <menu name="QuoteSubTabBar" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml" + menu-container-style="button-bar button-style-2"> <menu-item name="quoteReport" title="${uiLabelMap.CommonReports}"> <link target="QuoteReport"> <parameter param-name="quoteId" from-field="quote.quoteId"/> Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=895593&r1=895592&r2=895593&view=diff ============================================================================== --- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original) +++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Mon Jan 4 11:05:06 2010 @@ -1120,6 +1120,18 @@ text-decoration: none; } +.button-style-2 .disabled { + background:url(../images/btn-bg.gif) center left repeat-x; + border:2px solid #ddd; + color:#CCCCCC; + font-weight:bold; + line-height:1.8em; + margin:5px 5px 5px 0px; + padding:2px 4px; + text-transform:uppercase; + display:inline-block; +} + /*********************************************** Columns (legacy style) ***********************************************/ Modified: ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css?rev=895593&r1=895592&r2=895593&view=diff ============================================================================== --- ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css (original) +++ ofbiz/trunk/themes/bluelight/webapp/bluelight/style.css Mon Jan 4 11:05:06 2010 @@ -1442,6 +1442,10 @@ text-decoration: none; } +.button-style-2 .disabled { + border: solid #D4D0C8 0.1em; + color: #D4D0C8 +} /* ===== Button bar decorators ===== */ .tool-bar { background-color: #D4D0C8; Modified: ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css?rev=895593&r1=895592&r2=895593&view=diff ============================================================================== --- ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css (original) +++ ofbiz/trunk/themes/droppingcrumbs/webapp/droppingcrumbs/css/style.css Mon Jan 4 11:05:06 2010 @@ -1394,6 +1394,13 @@ text-decoration: none; } +.button-style-2 .disabled { +background-color: #ffffff; +border: solid #D4D0C8 0.1em; +color: #D4D0C8; +padding:0.1em 0.5em; +} + /* ===== Button bar decorators ===== */ .tool-bar { background-color: #D4D0C8; Modified: ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css?rev=895593&r1=895592&r2=895593&view=diff ============================================================================== --- ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css (original) +++ ofbiz/trunk/themes/flatgrey/webapp/flatgrey/maincss.css Mon Jan 4 11:05:06 2010 @@ -1448,6 +1448,12 @@ text-decoration: none; } +.button-style-2 .disabled { +background-color: #ffffff; +border: solid #D4D0C8 0.1em; +color: #D4D0C8; +} + /* ===== Button bar decorators ===== */ .tool-bar { |
| Free forum by Nabble | Edit this page |
