Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-22 14:45:03 +0300
committerNisarg Jhaveri <nisargjhaveri@gmail.com>2015-05-22 14:45:03 +0300
commit9c77ec694e85b413ad3f8b070054765cb3ae9075 (patch)
treebd243a13c138ad8ece9f3320b96f99f316de0f93 /themes
parentaa57d15ca7c84ab3db90bba8c5fe5982608265c6 (diff)
Navigation panel settings
Signed-off-by: Nisarg Jhaveri <nisargjhaveri@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php6
-rw-r--r--themes/pmahomme/css/common.css.php6
2 files changed, 10 insertions, 2 deletions
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;
}