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:
Manish Bisht 2017-06-13 22:48:06 +05:30
parent ebd026d8a3
commit f3ed674a08

View File

@ -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;
}
}