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 2015/09/19 12:08:47 UTC

svn commit: r1703971 - /ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Author: arunpatidar
Date: Sat Sep 19 10:08:47 2015
New Revision: 1703971

URL: http://svn.apache.org/viewvc?rev=1703971&view=rev
Log:
[OFBIZ-6499] Added z-index value with dialog class to fix the issue of lookup in theme.

Modified:
    ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css

Modified: ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css?rev=1703971&r1=1703970&r2=1703971&view=diff
==============================================================================
--- ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css (original)
+++ ofbiz/trunk/themes/bizznesstime/webapp/bizznesstime/css/style.css Sat Sep 19 10:08:47 2015
@@ -1719,7 +1719,7 @@ button.ui-button::-moz-focus-inner { bor
     left: -4px; /*must have*/
     width: 200px; /*must have*/
     height: 200px; /*must have*/
-}.ui-dialog { position: absolute; top: 0; left: 0; padding; .2em; width: 300px; overflow: hidden; }
+}.ui-dialog { position: absolute; top: 0; left: 0; padding; .2em; width: 300px; overflow: hidden; z-index: 10000;}
 .ui-dialog .ui-dialog-titlebar { padding: .4em 1em;  height: 16px; position: relative;}
 .ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .1em 0; }
 .ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }