From 9c77ec694e85b413ad3f8b070054765cb3ae9075 Mon Sep 17 00:00:00 2001 From: Nisarg Jhaveri Date: Fri, 22 May 2015 17:15:03 +0530 Subject: Navigation panel settings Signed-off-by: Nisarg Jhaveri --- themes/original/css/common.css.php | 6 +++++- themes/pmahomme/css/common.css.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index 75cab2c225..0f3fcf052b 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -838,7 +838,11 @@ div#tablestatistics table { display: none; } -.page_settings_modal { +#page_settings_modal { + display: none; +} + +#pma_navigation_settings { display: none; } diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 3ed6a5c847..769d9a1ff3 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -1164,7 +1164,11 @@ div#tablestatistics table { display: none; } -.page_settings_modal { +#page_settings_modal { + display: none; +} + +#pma_navigation_settings { display: none; } -- cgit v1.2.3