Author: arunpatidar
Date: Fri Feb  2 06:46:28 2018
New Revision: 1822925

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

Modified:
    ofbiz/ofbiz-plugins/branches/release17.12/multiflex/   (props changed)
    
ofbiz/ofbiz-plugins/branches/release17.12/multiflex/webapp/multiflex/style.css

Propchange: ofbiz/ofbiz-plugins/branches/release17.12/multiflex/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Feb  2 06:46:28 2018
@@ -10,3 +10,4 @@
 /ofbiz/branches/json-integration-refactoring/themes/multiflex:1634077-1635900
 /ofbiz/branches/multitenant20100310/themes/multiflex:921280-927264
 /ofbiz/branches/release13.07/themes/multiflex:1547657
+/ofbiz/ofbiz-framework/trunk:1822377

Modified: 
ofbiz/ofbiz-plugins/branches/release17.12/multiflex/webapp/multiflex/style.css
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/multiflex/webapp/multiflex/style.css?rev=1822925&r1=1822924&r2=1822925&view=diff
==============================================================================
--- 
ofbiz/ofbiz-plugins/branches/release17.12/multiflex/webapp/multiflex/style.css 
(original)
+++ 
ofbiz/ofbiz-plugins/branches/release17.12/multiflex/webapp/multiflex/style.css 
Fri Feb  2 06:46:28 2018
@@ -41,6 +41,15 @@ body {
     font-size: 1.0em;
 }
 
+div.popup {
+    max-width: 1200px;
+    width: 250px;
+    padding: 5px;
+    background-color: white;
+    position: absolute;
+    z-index: 1;
+}
+
 #ecom-mainarea {
     clear: both;
     width: 900px;


Reply via email to