Author: jleroux
Date: Sat Dec 30 22:00:54 2017
New Revision: 1819686
URL:
http://svn.apache.org/viewvc?rev=1819686&view=revLog:
"Applied fix from trunk for revision: 1819499"
------------------------------------------------------------------------
r1819499 | taher | 2017-12-29 18:29:52 +0100 (ven., 29 déc. 2017) | 2 lines
Fixed: apply correct RTL on tab bar items in flatgrey and rainbowstone themes
------------------------------------------------------------------------
Modified:
ofbiz/ofbiz-framework/branches/release17.12/ (props changed)
ofbiz/ofbiz-framework/branches/release17.12/themes/flatgrey/webapp/flatgrey/stylertl.css
ofbiz/ofbiz-framework/branches/release17.12/themes/rainbowstone/webapp/rainbowstone/stylertl.css
Propchange: ofbiz/ofbiz-framework/branches/release17.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Dec 30 22:00:54 2017
@@ -10,4 +10,4 @@
/ofbiz/branches/json-integration-refactoring:1634077-1635900
/ofbiz/branches/multitenant20100310:921280-927264
/ofbiz/branches/release13.07:1547657
-/ofbiz/ofbiz-framework/trunk:1819598
+/ofbiz/ofbiz-framework/trunk:1819499,1819598
Modified: ofbiz/ofbiz-framework/branches/release17.12/themes/flatgrey/webapp/flatgrey/stylertl.css
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/themes/flatgrey/webapp/flatgrey/stylertl.css?rev=1819686&r1=1819685&r2=1819686&view=diff==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/themes/flatgrey/webapp/flatgrey/stylertl.css (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/themes/flatgrey/webapp/flatgrey/stylertl.css Sat Dec 30 22:00:54 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/branches/release17.12/themes/rainbowstone/webapp/rainbowstone/stylertl.css
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/branches/release17.12/themes/rainbowstone/webapp/rainbowstone/stylertl.css?rev=1819686&r1=1819685&r2=1819686&view=diff==============================================================================
--- ofbiz/ofbiz-framework/branches/release17.12/themes/rainbowstone/webapp/rainbowstone/stylertl.css (original)
+++ ofbiz/ofbiz-framework/branches/release17.12/themes/rainbowstone/webapp/rainbowstone/stylertl.css Sat Dec 30 22:00:54 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;
}