This commit is contained in:
Laurent Destailleur 2016-07-14 15:22:04 +02:00
parent 9bd937a3bc
commit 241fd8db98
4 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 B

After

Width:  |  Height:  |  Size: 679 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 B

After

Width:  |  Height:  |  Size: 410 B

View File

@ -746,7 +746,7 @@ td.showDragHandle {
margin-left: 0; margin-left: 0;
} }
div.login_block { div.login_block {
border-right: none ! important; /* border-right: none ! important; */
top: inherit !important; top: inherit !important;
} }
.side-nav { .side-nav {
@ -771,6 +771,7 @@ div.login_block {
#id-left { #id-left {
z-index: 201; z-index: 201;
background: #FFF; background: #FFF;
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)) { ?>
top: 50px ! important; top: 50px ! important;
<?php } else { ?> <?php } else { ?>
@ -2664,7 +2665,7 @@ div.tabBar .noborder {
<?php } ?> <?php } ?>
} }
span.boxstatstext { span.boxstatstext {
opacity: 0.9; /* opacity: 0.9; Disabled. This make text on top of left menu in smartphone size */
line-height: 18px; line-height: 18px;
} }
span.boxstatsindicator { span.boxstatsindicator {