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 18:30:42 +0400
committerJo Michael <me@mynetx.net>2012-03-31 18:30:42 +0400
commitfc7a1339fc850291c54e7baaabce415b043e5e07 (patch)
tree4aaf6dd03d94f5ca28a7e84e09909746897c546f /themes
parentbc432a0b9a70161b96ac191ece7a2f45c3df0c61 (diff)
Cleanup for print CSS
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/theme_print.css.php18
-rw-r--r--themes/pmahomme/css/theme_print.css.php4
2 files changed, 10 insertions, 12 deletions
diff --git a/themes/original/css/theme_print.css.php b/themes/original/css/theme_print.css.php
index 4cf8e338d0..41ab35eac3 100644
--- a/themes/original/css/theme_print.css.php
+++ b/themes/original/css/theme_print.css.php
@@ -9,8 +9,8 @@
?>
/* For printview */
body, table, th, td {
- color: #000000;
- background-color: #ffffff;
+ color: #000;
+ background: #fff;
}
img {
@@ -18,23 +18,21 @@ img {
}
table, th, td {
- border-width: 0.1em;
- border-color: #000000;
- border-style: solid;
+ border: .1em solid #000;
}
table {
- border-collapse: collapse;
- border-spacing: 0;
+ border-collapse: collapse;
+ border-spacing: 0;
}
th, td {
- padding: 0.2em;
+ padding: .2em;
}
th {
- font-weight: bold;
- background-color: #e5e5e5;
+ font-weight: bold;
+ background: #e5e5e5;
}
.hide {
diff --git a/themes/pmahomme/css/theme_print.css.php b/themes/pmahomme/css/theme_print.css.php
index ac70630acf..a105636a4f 100644
--- a/themes/pmahomme/css/theme_print.css.php
+++ b/themes/pmahomme/css/theme_print.css.php
@@ -10,7 +10,7 @@
/* For printview */
body, table, th, td {
color: #000;
- background-color: #fff;
+ background: #fff;
}
img {
@@ -32,7 +32,7 @@ th, td {
th {
font-weight: bold;
- background-color: #e5e5e5;
+ background: #e5e5e5;
}
.hide {