svn commit: r1822377 - /ofbiz/ofbiz-plugins/trunk/multiflex/webapp/multiflex/style.css

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1822377 - /ofbiz/ofbiz-plugins/trunk/multiflex/webapp/multiflex/style.css

Arun Patidar-4
Author: arunpatidar
Date: Sat Jan 27 09:30:20 2018
New Revision: 1822377

URL: http://svn.apache.org/viewvc?rev=1822377&view=rev
Log:
FIXED:popup image takes full width of browser window for ecommerce multiflex theme.
(OFBIZ-8411)
Thanks Wai and Aishwary for your contribution.

Modified:
    ofbiz/ofbiz-plugins/trunk/multiflex/webapp/multiflex/style.css

Modified: ofbiz/ofbiz-plugins/trunk/multiflex/webapp/multiflex/style.css
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/multiflex/webapp/multiflex/style.css?rev=1822377&r1=1822376&r2=1822377&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/multiflex/webapp/multiflex/style.css (original)
+++ ofbiz/ofbiz-plugins/trunk/multiflex/webapp/multiflex/style.css Sat Jan 27 09:30:20 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;