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; }
|
.menuhider { display: block !important; }
|
||||||
|
.dropdown-user-image { display: none; }
|
||||||
|
.user-header { height: auto !important; color: rgb(<?php echo $colorbackbody; ?>); }
|
||||||
|
|
||||||
#id-container {
|
#id-container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@ -192,7 +192,7 @@ $colortext=join(',', colorStringToArray($colortext));
|
|||||||
$colortextlink=join(',', colorStringToArray($colortextlink));
|
$colortextlink=join(',', colorStringToArray($colortextlink));
|
||||||
|
|
||||||
$nbtopmenuentries=$menumanager->showmenu('topnb');
|
$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 */
|
$minwidthtmenu=66; /* minimum width for one top menu entry */
|
||||||
|
|||||||
@ -195,7 +195,7 @@ $colortext=join(',', colorStringToArray($colortext));
|
|||||||
$colortextlink=join(',', colorStringToArray($colortextlink));
|
$colortextlink=join(',', colorStringToArray($colortextlink));
|
||||||
|
|
||||||
$nbtopmenuentries=$menumanager->showmenu('topnb');
|
$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 '/*'."\n";
|
||||||
print 'colorbackbody='.$colorbackbody."\n";
|
print 'colorbackbody='.$colorbackbody."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user