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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-02-27 13:23:12 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-02-27 13:23:12 +0300
commit71ee86196ba598360caa15d64d579b255496d74a (patch)
treed35329982f7d62d409bf2e4944bfb51f136ab5b1 /themes
parentc4af6bdb4be898220e6a47e5516efb844ed1c7bc (diff)
rfe #501 Support for SSL GRANT option
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php2
-rw-r--r--themes/pmahomme/css/common.css.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index dd8a2d5312..aa19056bb3 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -950,7 +950,7 @@ div#tablestatistics table {
float: <?php echo $left; ?>;
}
-#fieldset_user_global_rights legend input {
+#fieldset_user_global_rights>legend input {
margin-<?php echo $left; ?>: 2em;
}
/* end user privileges */
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 6adf166ab9..2610bc8303 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -1281,7 +1281,7 @@ div#tablestatistics table {
float: <?php echo $left; ?>;
}
-#fieldset_user_global_rights legend input {
+#fieldset_user_global_rights>legend input {
margin-<?php echo $left; ?>: 2em;
}
/* end user privileges */