mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-17 23:11:29 +01:00
FIX dialog window with md theme must not be hidden by left menu part.
This commit is contained in:
@@ -968,7 +968,7 @@ class Form
|
|||||||
$out.= ajax_autocompleter($selected, $htmlname, DOL_URL_ROOT.'/societe/ajax/company.php', $urloption, $conf->global->COMPANY_USE_SEARCH_TO_SELECT, 0, $ajaxoptions);
|
$out.= ajax_autocompleter($selected, $htmlname, DOL_URL_ROOT.'/societe/ajax/company.php', $urloption, $conf->global->COMPANY_USE_SEARCH_TO_SELECT, 0, $ajaxoptions);
|
||||||
$out.='<style type="text/css">
|
$out.='<style type="text/css">
|
||||||
.ui-autocomplete {
|
.ui-autocomplete {
|
||||||
z-index: 150;
|
z-index: 250;
|
||||||
}
|
}
|
||||||
</style>';
|
</style>';
|
||||||
if (empty($hidelabel)) print $langs->trans("RefOrLabel").' : ';
|
if (empty($hidelabel)) print $langs->trans("RefOrLabel").' : ';
|
||||||
|
|||||||
@@ -866,7 +866,7 @@ div.vmenu, td.vmenu {
|
|||||||
}
|
}
|
||||||
.side-nav {
|
.side-nav {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 200;
|
z-index: 90;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
div.blockvmenulogo
|
div.blockvmenulogo
|
||||||
@@ -4222,7 +4222,7 @@ span.noborderoncategories {
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
ul.ulselectedfields {
|
ul.ulselectedfields {
|
||||||
z-index: 100; /* To have the select box appears on first plan even when near buttons are decorated by jmobile */
|
z-index: 95; /* To have the select box appears on first plan even when near buttons are decorated by jmobile */
|
||||||
}
|
}
|
||||||
dl.dropdown {
|
dl.dropdown {
|
||||||
margin:0px;
|
margin:0px;
|
||||||
|
|||||||
@@ -832,7 +832,7 @@ td.showDragHandle {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
top: 50px;
|
top: 50px;
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
z-index: 200;
|
z-index: 90;
|
||||||
-webkit-transform: translateZ(0);
|
-webkit-transform: translateZ(0);
|
||||||
-moz-transform: translateZ(0);
|
-moz-transform: translateZ(0);
|
||||||
-ms-transform: translateZ(0);
|
-ms-transform: translateZ(0);
|
||||||
@@ -889,7 +889,7 @@ div.login_block {
|
|||||||
|
|
||||||
position: auto;
|
position: auto;
|
||||||
top: auto;
|
top: auto;
|
||||||
z-index: 200;
|
z-index: 90;
|
||||||
}
|
}
|
||||||
div.login_block {
|
div.login_block {
|
||||||
/* position: initial !important;*/
|
/* position: initial !important;*/
|
||||||
@@ -899,7 +899,7 @@ div.login_block {
|
|||||||
padding-left: 0 ! important;
|
padding-left: 0 ! important;
|
||||||
}
|
}
|
||||||
#id-left {
|
#id-left {
|
||||||
z-index: 201;
|
z-index: 91;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
border-right: 1px solid rgba(0,0,0,0.3);
|
border-right: 1px solid rgba(0,0,0,0.3);
|
||||||
<?php if ((GETPOST('testmenuhider') || ! empty($conf->global->MAIN_TESTMENUHIDER)) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?>
|
<?php if ((GETPOST('testmenuhider') || ! empty($conf->global->MAIN_TESTMENUHIDER)) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?>
|
||||||
@@ -4116,7 +4116,7 @@ span.noborderoncategories {
|
|||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
ul.ulselectedfields {
|
ul.ulselectedfields {
|
||||||
z-index: 100; /* To have the select box appears on first plan even when near buttons are decorated by jmobile */
|
z-index: 90; /* To have the select box appears on first plan even when near buttons are decorated by jmobile */
|
||||||
}
|
}
|
||||||
dl.dropdown {
|
dl.dropdown {
|
||||||
margin:0px;
|
margin:0px;
|
||||||
|
|||||||
Reference in New Issue
Block a user