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:
authorJo Michael <me@mynetx.net>2012-03-18 22:53:43 +0400
committerJo Michael <me@mynetx.net>2012-03-18 22:53:43 +0400
commitc36a9113e0122bf022f823d3db917a855762ecbb (patch)
tree777214ffa9b46d045a0c4e421877b3be28f7e1b3 /themes
parent9842f01444204b33f85f803b5a81265ddaaa96cd (diff)
Replaced td[align] with td[class] due to HTML5
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php12
-rw-r--r--themes/pmahomme/css/theme_right.css.php12
2 files changed, 24 insertions, 0 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 5b5dd1c058..d2f50e663f 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -155,6 +155,18 @@ button {
margin-<?php echo $right; ?>: 1em;
}
+th.left, td.left {
+ text-align: left;
+}
+
+th.center, td.center {
+ text-align: center;
+}
+
+th.right, td.right {
+ text-align: right;
+}
+
.paddingtop {
padding-top: 1em;
}
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 76cdc6c609..8ca74ecd23 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -351,6 +351,18 @@ select[multiple] {
margin-<?php echo $right; ?>: 1em;
}
+th.left, td.left {
+ text-align: left;
+}
+
+th.center, td.center {
+ text-align: center;
+}
+
+th.right, td.right {
+ text-align: right;
+}
+
.paddingtop {
padding-top: 1em;
}