You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2016/06/13 09:23:02 UTC

svn commit: r1748151 - in /ofbiz/branches/release13.07: framework/webtools/widget/Menus.xml themes/flatgrey/webapp/flatgrey/maincss.css themes/tomahawk/webapp/tomahawk/css/style.css

Author: pranayp
Date: Mon Jun 13 09:23:02 2016
New Revision: 1748151

URL: http://svn.apache.org/viewvc?rev=1748151&view=rev
Log:
Manually applied fix from trunk revision 1748145.
---------------------------------------------------------------------

[OFBIZ-7268] Improved the styling for the anchor links inside the 'button-bar' to fix styling for CommonButtonBarMenu.  Reverted the changes committed under OFBIZ-7006, since these UI improvements fix that issue as well by extending CommonButtonBarMenu.

Thanks Swapnil M Mane for the contribution.
---------------------------------------------------------------------

Modified:
    ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml
    ofbiz/branches/release13.07/themes/flatgrey/webapp/flatgrey/maincss.css
    ofbiz/branches/release13.07/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml?rev=1748151&r1=1748150&r2=1748151&view=diff
==============================================================================
--- ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml (original)
+++ ofbiz/branches/release13.07/framework/webtools/widget/Menus.xml Mon Jun 13 09:23:02 2016
@@ -246,7 +246,7 @@ under the License.
         </menu-item>
     </menu>
 
-    <menu name="FindCache" extends="CommonTabBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
+    <menu name="FindCache" extends="CommonButtonBarMenu" extends-resource="component://common/widget/CommonMenus.xml">
         <menu-item name="refresh" title="${uiLabelMap.CommonRefresh}" widget-style="buttontext refresh">
             <link target="FindUtilCache"/>
         </menu-item>

Modified: ofbiz/branches/release13.07/themes/flatgrey/webapp/flatgrey/maincss.css
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/themes/flatgrey/webapp/flatgrey/maincss.css?rev=1748151&r1=1748150&r2=1748151&view=diff
==============================================================================
--- ofbiz/branches/release13.07/themes/flatgrey/webapp/flatgrey/maincss.css (original)
+++ ofbiz/branches/release13.07/themes/flatgrey/webapp/flatgrey/maincss.css Mon Jun 13 09:23:02 2016
@@ -694,6 +694,7 @@ display: inline; /* IE Fix */
 .button-bar ul li ul li {
 float: left;
 font-weight: bold;
+margin-right: 0.5em;
 }
 
 .button-bar ul .opposed {
@@ -1449,11 +1450,12 @@ textarea {
 	vertical-align: middle;
 }
 
+.button-bar li.buttontext a,
 a.buttontext,
 a.buttontextbig,
 .smallSubmit,
 .smallSubmit:hover,
-.mediumSubmit, 
+.mediumSubmit,
 .largeSubmit, 
 .loginButton,
 .button-style-1 a,

Modified: ofbiz/branches/release13.07/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/themes/tomahawk/webapp/tomahawk/css/style.css?rev=1748151&r1=1748150&r2=1748151&view=diff
==============================================================================
--- ofbiz/branches/release13.07/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/branches/release13.07/themes/tomahawk/webapp/tomahawk/css/style.css Mon Jun 13 09:23:02 2016
@@ -1479,6 +1479,10 @@ font-weight: bold;
 text-transform: uppercase;
 }
 
+.button-bar ul li ul li {
+margin-right: 0.5em;
+}
+
 .button-bar ul .opposed {
 float: right;
 }