Fix css
This commit is contained in:
parent
9bd937a3bc
commit
241fd8db98
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 |
@ -746,7 +746,7 @@ td.showDragHandle {
|
||||
margin-left: 0;
|
||||
}
|
||||
div.login_block {
|
||||
border-right: none ! important;
|
||||
/* border-right: none ! important; */
|
||||
top: inherit !important;
|
||||
}
|
||||
.side-nav {
|
||||
@ -771,6 +771,7 @@ div.login_block {
|
||||
#id-left {
|
||||
z-index: 201;
|
||||
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)) { ?>
|
||||
top: 50px ! important;
|
||||
<?php } else { ?>
|
||||
@ -2664,7 +2665,7 @@ div.tabBar .noborder {
|
||||
<?php } ?>
|
||||
}
|
||||
span.boxstatstext {
|
||||
opacity: 0.9;
|
||||
/* opacity: 0.9; Disabled. This make text on top of left menu in smartphone size */
|
||||
line-height: 18px;
|
||||
}
|
||||
span.boxstatsindicator {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user