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
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-05-23 04:08:32 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-05-23 05:21:03 +0300
commit05e39541c7eaaa502e123cc6343a6c88b8e10aa4 (patch)
tree845bd0a407dce0d48f8700c9a7b206970a46e957 /prefs_manage.php
parent6245c123671f74999859bb95257809c32eca1db8 (diff)
Remove inline CSS
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'prefs_manage.php')
-rw-r--r--prefs_manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs_manage.php b/prefs_manage.php
index faed8f9c3b..83a3dcd9c2 100644
--- a/prefs_manage.php
+++ b/prefs_manage.php
@@ -310,7 +310,7 @@ if (file_exists('setup/index.php') && ! file_exists(CONFIG_FILE)) {
<div id="main_pane_right">
<div class="group">
<h2><?php echo __('Export'); ?></h2>
- <div class="click-hide-message group-cnt" style="display:none">
+ <div class="click-hide-message group-cnt hide">
<?php
Message::rawSuccess(
__('Configuration has been saved.')