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