Author: taher Date: Fri Dec 29 17:29:52 2017 New Revision: 1819499 URL: http://svn.apache.org/viewvc?rev=1819499&view=rev Log: Fixed: apply correct RTL on tab bar items in flatgrey and rainbowstone themes
Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/stylertl.css ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/stylertl.css Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/stylertl.css URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/stylertl.css?rev=1819499&r1=1819498&r2=1819499&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/stylertl.css (original) +++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/stylertl.css Fri Dec 29 17:29:52 2017 @@ -297,6 +297,7 @@ DIV.column-left-wide { /* ===== Button bar decorators ===== */ .tab-bar ul li ul li { + float: right; margin-right: 0; margin-left: 0.5em; } Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/stylertl.css URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/stylertl.css?rev=1819499&r1=1819498&r2=1819499&view=diff ============================================================================== --- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/stylertl.css (original) +++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/stylertl.css Fri Dec 29 17:29:52 2017 @@ -297,6 +297,7 @@ DIV.column-left-wide { /* ===== Button bar decorators ===== */ .tab-bar ul li ul li { + float: right; margin-right: 0; margin-left: 0.5em; }