Author: deepak Date: Sun Feb 18 09:00:54 2018 New Revision: 1824646 URL: http://svn.apache.org/viewvc?rev=1824646&view=rev Log: Improved: Fix UI issue for error messages.(OFBIZ-10185) Thanks Mayank Lambhate for your contribution
Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css?rev=1824646&r1=1824645&r2=1824646&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css (original) +++ ofbiz/ofbiz-plugins/trunk/ecommerce/webapp/ecommerce/css/custom.css Sun Feb 18 09:00:54 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