svn commit: r661095 - in /ofbiz/trunk: applications/marketing/widget/sfa/SfaMenus.xml framework/images/webapp/images/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: r661095 - in /ofbiz/trunk: applications/marketing/widget/sfa/SfaMenus.xml framework/images/webapp/images/maincss.css

adrianc
Author: adrianc
Date: Wed May 28 14:26:52 2008
New Revision: 661095

URL: http://svn.apache.org/viewvc?rev=661095&view=rev
Log:
Misc layout fixes:

1. Reverted rev 659942.
2. Added new CSS class no-clear. Example of how it is used can be found in the SFA component.
3. Some IE7 CSS fixups.

Modified:
    ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml
    ofbiz/trunk/framework/images/webapp/images/maincss.css

Modified: ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml?rev=661095&r1=661094&r2=661095&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/SfaMenus.xml Wed May 28 14:26:52 2008
@@ -53,7 +53,7 @@
             <link target="viewprofile?partyId=${parameters.partyId}"/>
         </menu-item>
     </menu>    
-    <menu name="AccountSubTabBar" menu-container-style="button-bar button-style-2" default-selected-style="selected">  
+    <menu name="AccountSubTabBar" menu-container-style="button-bar button-style-2 no-clear" default-selected-style="selected">  
         <menu-item name="NewAccounts" title="${uiLabelMap.PageTitleCreateAccount}">
             <link target="NewAccounts"/>
         </menu-item>

Modified: ofbiz/trunk/framework/images/webapp/images/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/maincss.css?rev=661095&r1=661094&r2=661095&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/maincss.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/maincss.css Wed May 28 14:26:52 2008
@@ -973,6 +973,12 @@
 visibility: hidden;
 }
 
+.no-clear .clear {
+/* Used in container elements to override the clear class
+in contained elements. */
+clear: none;
+}
+
 /* ================================= */
 /* ===== Single Element Styles ===== */
 /* ================================= */
@@ -1399,8 +1405,8 @@
 backward compatibility */
 
 .button-bar {
-background-color: #ffffff;
 margin-bottom: 1.0em;
+width: 100%;
 }
 
 .button-bar ul,