From f3ed674a085e6406060d3c5336c6b630cef7b09a Mon Sep 17 00:00:00 2001 From: Manish Bisht Date: Tue, 13 Jun 2017 22:48:06 +0530 Subject: [PATCH] hide nav_icons from small screen and css fix for serverinfo Signed-off-by: Manish Bisht --- themes/pmahomme/css/common.css.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 92649d0b45..5ec8c43fb7 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1124,7 +1124,8 @@ div#tablestatistics table { padding: .3em .9em; padding-: 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; + } } \ No newline at end of file