hide nav_icons from small screen and css fix for serverinfo
Signed-off-by: Manish Bisht <manish.bisht490@gmail.com>
This commit is contained in:
parent
ebd026d8a3
commit
f3ed674a08
@ -1124,7 +1124,8 @@ div#tablestatistics table {
|
||||
padding: .3em .9em;
|
||||
padding-<?php echo $left; ?>: 2.2em;
|
||||
text-shadow: 0 1px 0 #000;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
max-height: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@ -3538,4 +3539,8 @@ body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
.largescreenonly {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#page_nav_icons {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user