Author: surajk
Date: Sun May 26 16:09:40 2019
New Revision: 1860082
URL:
http://svn.apache.org/viewvc?rev=1860082&view=revLog:
Fixed: CSS Styling for Party Content progress bar is wrong in multiple theme.
(OFBIZ-10797)
Thanks Ayushi Rathod for reporting the issue and providing the patch.
Modified:
ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css
ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css
Modified: ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css?rev=1860082&r1=1860081&r2=1860082&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/flatgrey/webapp/flatgrey/javascript.css Sun May 26 16:09:40 2019
@@ -776,7 +776,7 @@ button.ui-button::-moz-focus-inner {
}
.ui-progressbar .ui-progressbar-value {
- margin: -1px;
+ margin: -10px;
height: 100%;
}
Modified: ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css?rev=1860082&r1=1860081&r2=1860082&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css (original)
+++ ofbiz/ofbiz-framework/trunk/themes/rainbowstone/webapp/rainbowstone/javascript.css Sun May 26 16:09:40 2019
@@ -777,7 +777,7 @@ button.ui-button::-moz-focus-inner {
}
.ui-progressbar .ui-progressbar-value {
- margin: -1px;
+ margin: -10px;
height: 100%;
}