Clean CSS
This commit is contained in:
parent
940c69b46d
commit
664fd13428
@ -1889,7 +1889,7 @@ function top_menu($head, $title = '', $target = '', $disablejs = 0, $disablehead
|
||||
}
|
||||
|
||||
// Link to print main content area
|
||||
if (empty($conf->global->MAIN_PRINT_DISABLELINK) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER) && $conf->browser->layout != 'phone') {
|
||||
if (empty($conf->global->MAIN_PRINT_DISABLELINK) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) {
|
||||
$qs = dol_escape_htmltag($_SERVER["QUERY_STRING"]);
|
||||
|
||||
if (isset($_POST) && is_array($_POST)) {
|
||||
|
||||
@ -7050,7 +7050,7 @@ div.clipboardCPValue.hidewithsize {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
padding-bottom: 16px;
|
||||
top: inherit !important;
|
||||
top: auto;
|
||||
left: 0 !important;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
@ -1869,11 +1869,6 @@ body.sidebar-collapse .side-nav, body.sidebar-collapse .login_block
|
||||
.side-nav-vert {
|
||||
margin-left: 0;
|
||||
}
|
||||
div.login_block {
|
||||
/* border-right: none ! important; */
|
||||
top: inherit !important;
|
||||
border-right: 1px solid rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
.side-nav {
|
||||
<?php
|
||||
@ -1899,10 +1894,6 @@ div.backgroundsemitransparent {
|
||||
|
||||
/* Login */
|
||||
|
||||
div.login_block {
|
||||
/* position: initial !important;*/
|
||||
/*display: none;*/
|
||||
}
|
||||
.login_block_getinfo {
|
||||
text-align: center;
|
||||
}
|
||||
@ -2722,11 +2713,11 @@ table.login_table_securitycode tr td {
|
||||
}
|
||||
|
||||
div.login_block {
|
||||
/* border-right: 1px solid rgba(0,0,0,0.3); */
|
||||
top: 0;
|
||||
border-right: 1px solid rgba(0,0,0,0.3);
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
<?php print $left; ?>: 0;
|
||||
top: 0px;
|
||||
<?php if (in_array($conf->browser->layout, array('phone', 'tablet')) && empty($conf->global->MAIN_OPTIMIZEFORTEXTBROWSER)) { ?>
|
||||
position: absolute;
|
||||
<?php } else { ?>
|
||||
@ -6834,6 +6825,10 @@ div.clipboardCPValue.hidewithsize {
|
||||
/* rule to reduce top menu - 3rd reduction */
|
||||
@media only screen and (max-width: 570px)
|
||||
{
|
||||
div.login_block {
|
||||
top: auto;
|
||||
}
|
||||
|
||||
div#tmenu_tooltip {
|
||||
<?php if (GETPOST('optioncss', 'aZ09') == 'print') { ?>
|
||||
display:none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user