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-04-01 22:14:50 +0400
committerJo Michael <me@mynetx.net>2012-04-01 22:14:50 +0400
commit5b09d0f06650c2059e4148d1122be4a0c39d7bda (patch)
tree7d95d82456331f865d2bf9b54d41252b51a294f8 /themes
parent00b897ba34b6a948ba2187586eeae678c7b34d8a (diff)
Cleanup HTML5 validity issues
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_right.css.php11
-rw-r--r--themes/pmahomme/css/theme_right.css.php11
2 files changed, 20 insertions, 2 deletions
diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php
index 78e43b7892..d04265a534 100644
--- a/themes/original/css/theme_right.css.php
+++ b/themes/original/css/theme_right.css.php
@@ -155,6 +155,14 @@ button {
margin-<?php echo $right; ?>: 1em;
}
+table.nospacing {
+ border-spacing: 0;
+}
+
+table.nopadding tr th, table.nopadding tr td {
+ padding: 0;
+}
+
th.left, td.left {
text-align: left;
}
@@ -1836,6 +1844,7 @@ iframe.IE_hack {
display: none;
border: 0;
filter: alpha(opacity=0);
+ overflow: hidden;
}
/* config forms */
@@ -2100,7 +2109,7 @@ fieldset .disabled-field td {
cursor: pointer;
font-size: 0.8em;
text-align: center;
- line-height: 1.55em;
+ line-height: 1.4em;
height: 1.55em;
overflow: hidden;
border-right: 0.1em solid #888;
diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php
index 8097a9a2a1..b9e0199fea 100644
--- a/themes/pmahomme/css/theme_right.css.php
+++ b/themes/pmahomme/css/theme_right.css.php
@@ -351,6 +351,14 @@ select[multiple] {
margin-<?php echo $right; ?>: 1em;
}
+table.nospacing {
+ border-spacing: 0;
+}
+
+table.nopadding tr th, table.nopadding tr td {
+ padding: 0;
+}
+
th.left, td.left {
text-align: left;
}
@@ -2313,6 +2321,7 @@ iframe.IE_hack {
display: none;
border: 0;
filter: alpha(opacity=0);
+ overflow: hidden;
}
/* config forms */
@@ -2601,7 +2610,7 @@ fieldset .disabled-field td {
cursor: pointer;
font-size: .8em;
text-align: center;
- line-height: 1.55em;
+ line-height: 1.4em;
height: 1.55em;
overflow: hidden;
border-right: .1em solid #888;