You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ar...@apache.org on 2018/02/02 06:49:30 UTC

svn commit: r1822926 - /ofbiz/branches/release16.11/themes/multiflex/webapp/multiflex/style.css

Author: arunpatidar
Date: Fri Feb  2 06:49:30 2018
New Revision: 1822926

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

Modified:
    ofbiz/branches/release16.11/themes/multiflex/webapp/multiflex/style.css

Modified: ofbiz/branches/release16.11/themes/multiflex/webapp/multiflex/style.css
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/themes/multiflex/webapp/multiflex/style.css?rev=1822926&r1=1822925&r2=1822926&view=diff
==============================================================================
--- ofbiz/branches/release16.11/themes/multiflex/webapp/multiflex/style.css (original)
+++ ofbiz/branches/release16.11/themes/multiflex/webapp/multiflex/style.css Fri Feb  2 06:49:30 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;