Author: deepak
Date: Sun Feb 18 09:03:37 2018
New Revision: 1824647
URL:
http://svn.apache.org/viewvc?rev=1824647&view=revLog:
Applied fix from trunk for revision: 1824646
===
Improved: Fix UI issue for error messages.(OFBIZ-10185)
Thanks Mayank Lambhate for your contribution
Modified:
ofbiz/ofbiz-plugins/branches/release17.12/ (props changed)
ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/webapp/ecommerce/css/custom.css
Propchange: ofbiz/ofbiz-plugins/branches/release17.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Feb 18 09:03:37 2018
@@ -10,4 +10,4 @@
/ofbiz/branches/json-integration-refactoring/plugins:1634077-1635900
/ofbiz/branches/multitenant20100310/plugins:921280-927264
/ofbiz/branches/release13.07/plugins:1547657
-/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395
+/ofbiz/ofbiz-plugins/trunk:1819576,1819580,1819582,1819589,1820962,1820973,1821045,1821049,1821051,1822129,1822133,1822139,1822143,1822145,1822389,1822391,1822395,1824646
Modified: ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/webapp/ecommerce/css/custom.css
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/webapp/ecommerce/css/custom.css?rev=1824647&r1=1824646&r2=1824647&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/webapp/ecommerce/css/custom.css (original)
+++ ofbiz/ofbiz-plugins/branches/release17.12/ecommerce/webapp/ecommerce/css/custom.css Sun Feb 18 09:03:37 2018
@@ -95,4 +95,21 @@ label.required:after {
min-height: 100vh;
flex-direction: column;
}
-
+li {
+ display: inline;
+}
+.jGrowl {
+ z-index: 9999;
+ color: #ffffff;
+ font-size: 12px;
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+ position: fixed;
+}
+.jGrowl.center {
+ top: 10px;
+ width: 50%;
+ left: 25%;
+}
+button.jGrowl-close {
+ float: right;
+}
\ No newline at end of file