Fix css on smartphone
This commit is contained in:
parent
df6472254d
commit
46affe9090
@ -1069,6 +1069,8 @@ body.sidebar-collapse .login_block {
|
||||
}
|
||||
|
||||
.menuhider { display: block !important; }
|
||||
.dropdown-user-image { display: none; }
|
||||
.user-header { height: auto !important; color: rgb(<?php echo $colorbackbody; ?>); }
|
||||
|
||||
#id-container {
|
||||
width: 100%;
|
||||
|
||||
@ -192,7 +192,7 @@ $colortext=join(',', colorStringToArray($colortext));
|
||||
$colortextlink=join(',', colorStringToArray($colortextlink));
|
||||
|
||||
$nbtopmenuentries=$menumanager->showmenu('topnb');
|
||||
if ($conf->browser->layout == 'phone') $nbtopmenuentries = max($nbtopmenuentries, 7);
|
||||
if ($conf->browser->layout == 'phone') $nbtopmenuentries = max($nbtopmenuentries, 10);
|
||||
|
||||
|
||||
$minwidthtmenu=66; /* minimum width for one top menu entry */
|
||||
|
||||
@ -195,7 +195,7 @@ $colortext=join(',', colorStringToArray($colortext));
|
||||
$colortextlink=join(',', colorStringToArray($colortextlink));
|
||||
|
||||
$nbtopmenuentries=$menumanager->showmenu('topnb');
|
||||
if ($conf->browser->layout == 'phone') $nbtopmenuentries = max($nbtopmenuentries, 7);
|
||||
if ($conf->browser->layout == 'phone') $nbtopmenuentries = max($nbtopmenuentries, 10);
|
||||
|
||||
print '/*'."\n";
|
||||
print 'colorbackbody='.$colorbackbody."\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user