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:
authorMarc Delisle <marc@infomarc.info>2015-05-22 14:57:28 +0300
committerMarc Delisle <marc@infomarc.info>2015-05-22 14:57:28 +0300
commit2d6cfdd700f65ec37694c8839c43c4f810425bca (patch)
treef1856ba45921161d0f82263361cf366d100a7511 /themes
parented824591d1133d907ebf4d3acdcbfbfd07d396e9 (diff)
parent9c77ec694e85b413ad3f8b070054765cb3ae9075 (diff)
Merge pull request #1685 from nisargjhaveri/navi_settings
Navigation panel settings
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 ab3aeac723..f9f3e2f0fc 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -830,7 +830,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 b977b609a2..9194453e77 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -1158,7 +1158,11 @@ div#tablestatistics table {
display: none;
}
-.page_settings_modal {
+#page_settings_modal {
+ display: none;
+}
+
+#pma_navigation_settings {
display: none;
}