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 23:33:37 +0300
committerJuvenildo Vaz <juvenildo1511@yahoo.com.br>2017-12-25 23:33:37 +0300
commit3767d8343f685e65e92b4e3fa66522a8fda04bce (patch)
tree63dd6251484559cd9111409b543ad887799b5672 /themes
parent2173e5eb5a8a3888352400a3403ea269feee059c (diff)
Removed all remaining inline styles from functions.js #12262
Signed-off-by: Juvenildo Vaz <juvenildo1511@yahoo.com.br>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php12
-rw-r--r--themes/pmahomme/css/common.css.php12
2 files changed, 24 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index bb028d8c84..146e3fc632 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -640,6 +640,18 @@ form.login label {
margin-top: 20px;
}
+.font_weight_bold{
+ font-weight: bold;
+}
+
+.color_gray{
+ color: gray;
+}
+
+.pma_sliding_message{
+ display: inline-block;
+}
+
/******************************************************************************/
/* specific elements */
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index af11f181f7..6ad48a7aa3 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -921,6 +921,18 @@ form.login select {
margin-top: 20px;
}
+.font_weight_bold{
+ font-weight: bold;
+}
+
+.color_gray{
+ color: gray;
+}
+
+.pma_sliding_message{
+ display: inline-block;
+}
+
/******************************************************************************/
/* specific elements */