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:
authorJuvenildo Vaz <juvenildo1511@yahoo.com.br>2017-12-25 22:14:09 +0300
committerJuvenildo Vaz <juvenildo1511@yahoo.com.br>2017-12-25 22:14:09 +0300
commit4e0d1331fd008b82fa3e96005b9ac51084285067 (patch)
treebdde9a699c7e1a70580f17a857707ec8408ea35c /themes
parentf165411aa85ed385d11968a5fd528e8f0f4052e0 (diff)
Remove inline styles from messages.php #12262
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php4
-rw-r--r--themes/pmahomme/css/common.css.php4
2 files changed, 8 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index 7c2c1fbfe0..bb028d8c84 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -636,6 +636,10 @@ form.login label {
max-width:50%
}
+.message_errors_found{
+ margin-top: 20px;
+}
+
/******************************************************************************/
/* specific elements */
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 9630165c06..af11f181f7 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -917,6 +917,10 @@ form.login select {
max-width:50%
}
+.message_errors_found{
+ margin-top: 20px;
+}
+
/******************************************************************************/
/* specific elements */