fix : calendar issue and other stuff
This commit is contained in:
parent
032a6b81a9
commit
9deeded1a1
@ -217,7 +217,7 @@ else
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
div.tmenu {
|
div.tmenu {
|
||||||
<?php if (! empty($_GET["optioncss"]) && $_GET["optioncss"] == 'print') { ?>
|
<?php if (GETPOST("optioncss") == 'print') { ?>
|
||||||
display:none;
|
display:none;
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
position: relative;
|
position: relative;
|
||||||
@ -487,7 +487,8 @@ img.login, img.printer, img.entity {
|
|||||||
/* Menu gauche */
|
/* Menu gauche */
|
||||||
/* ============================================================================== */
|
/* ============================================================================== */
|
||||||
|
|
||||||
<?php if ((! empty($_GET["optioncss"]) && $_GET["optioncss"] == 'print')) { ?>
|
<?php if ((GETPOST("optioncss") == 'print')
|
||||||
|
|| (! empty($conf->browser->phone) && empty($conf->global->MAIN_SEARCHFORM_WITH_SMARTHPONE) && empty($conf->global->BOOKMARKS_SHOW_WITH_SMARTHPONE))) { ?>
|
||||||
.vmenu {
|
.vmenu {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
@ -1422,6 +1423,7 @@ opacity: 1;
|
|||||||
border: 1px #E4ECEC outset;
|
border: 1px #E4ECEC outset;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
z-index: 3000;
|
||||||
}
|
}
|
||||||
table.dp {
|
table.dp {
|
||||||
width: 180px;
|
width: 180px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user