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-31 20:21:45 +0400
committerJo Michael <me@mynetx.net>2012-03-31 20:21:45 +0400
commitc9a370af1b3d1d0b3f04fae1ed2e5511f5c39da5 (patch)
treecafc2fbc525fa7ce37ae7f4580db272c911c6360 /themes
parentdf53a889779ce533182ea83d96059d37e4128d5e (diff)
Replaced valign HTML attribute with CSS
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php8
-rw-r--r--themes/pmahomme/css/theme_right.css.php8
2 files changed, 12 insertions, 4 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index aa880ad886..e243433384 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -167,11 +167,15 @@ th.right, td.right {
text-align: right;
}
-th.vtop, td.vtop {
+tr.vtop, th.vtop, td.vtop {
vertical-align: top;
}
-th.vbottom, td.vbottom {
+tr.vmiddle, th.vmiddle, td.vmiddle {
+ vertical-align: middle;
+}
+
+tr.vbottom, th.vbottom, td.vbottom {
vertical-align: bottom;
}
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 5ed1f4297e..ffc83d839a 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -363,11 +363,15 @@ th.right, td.right {
text-align: right;
}
-th.vtop, td.vtop {
+tr.vtop, th.vtop, td.vtop {
vertical-align: top;
}
-th.vbottom, td.vbottom {
+tr.vmiddle, th.vmiddle, td.vmiddle {
+ vertical-align: middle;
+}
+
+tr.vbottom, th.vbottom, td.vbottom {
vertical-align: bottom;
}