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:35:16 UTC

svn commit: r1765063 - /ofbiz/trunk/specialpurpose/webpos/webapp/webpos/images/webpos.css

Author: mridulpathak
Date: Sat Oct 15 13:35:15 2016
New Revision: 1765063

URL: http://svn.apache.org/viewvc?rev=1765063&view=rev
Log:
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/trunk/specialpurpose/webpos/webapp/webpos/images/webpos.css

Modified: ofbiz/trunk/specialpurpose/webpos/webapp/webpos/images/webpos.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/webpos/webapp/webpos/images/webpos.css?rev=1765063&r1=1765062&r2=1765063&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/webpos/webapp/webpos/images/webpos.css (original)
+++ ofbiz/trunk/specialpurpose/webpos/webapp/webpos/images/webpos.css Sat Oct 15 13:35:15 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 {