You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mr...@apache.org on 2016/10/15 13:38:09 UTC

svn commit: r1765064 - /ofbiz/branches/release15.12/specialpurpose/webpos/webapp/webpos/images/webpos.css

Author: mridulpathak
Date: Sat Oct 15 13:38:09 2016
New Revision: 1765064

URL: http://svn.apache.org/viewvc?rev=1765064&view=rev
Log:
Applied fix from trunk for revision: 1765063
==

Improved: Error message not visible properly after adding item in webpos.
(OFBIZ-7563)

Increased section top-margin so that it won't overlap with the section above.

Thanks: Suraj Khurana for contribution.

Modified:
    ofbiz/branches/release15.12/specialpurpose/webpos/webapp/webpos/images/webpos.css

Modified: ofbiz/branches/release15.12/specialpurpose/webpos/webapp/webpos/images/webpos.css
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/specialpurpose/webpos/webapp/webpos/images/webpos.css?rev=1765064&r1=1765063&r2=1765064&view=diff
==============================================================================
--- ofbiz/branches/release15.12/specialpurpose/webpos/webapp/webpos/images/webpos.css (original)
+++ ofbiz/branches/release15.12/specialpurpose/webpos/webapp/webpos/images/webpos.css Sat Oct 15 13:38:09 2016
@@ -271,7 +271,7 @@ input[type="text"]:focus, input[type="pa
     background-color: #fece2f;
 }
 #CenterBar {
-    margin-top: 33px;
+    margin-top: 48px;
     height: auto;
 }
 .leftCenterBar {