Author: rishi
Date: Sat Apr 28 12:26:51 2018
New Revision: 1830448
URL:
http://svn.apache.org/viewvc?rev=1830448&view=revLog:
Improved: Fields going outside. Fix the alignment and widht to adjust the text box in the window.
(OFBIZ-10316)
Thanks Padmavati Rawat for reporting the issue and Pawan Verma for providing fix.
Modified:
ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css
Modified: ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css?rev=1830448&r1=1830447&r2=1830448&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css (original)
+++ ofbiz/ofbiz-plugins/trunk/webpos/webapp/webpos/images/webpos.css Sat Apr 28 12:26:51 2018
@@ -423,8 +423,8 @@ input[type="text"]:focus, input[type="pa
background-color: #CCFFFF;
position: absolute;
top: 300px;
- left: 20%;
- width: 60%;
+ left: 15%;
+ width: 70%;
height: 200px;
}
#pleaseWait {