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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-06-08 13:14:47 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-06-08 13:14:47 +0300
commit42f2e29f149d31d638419a5c4831dfa246cbabdc (patch)
tree7369427e32b5ed29404103d2961a0b1c8fb41cfd /themes
parent7f3fa4c8578135c008d20131e02c1a82eadd4cf2 (diff)
bug - Attribute column in table structure does not have borders
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'themes')
-rw-r--r--themes/original/css/common.css.php6
-rw-r--r--themes/pmahomme/css/common.css.php6
2 files changed, 12 insertions, 0 deletions
diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php
index ee4cf21122..51f69eeadc 100644
--- a/themes/original/css/common.css.php
+++ b/themes/original/css/common.css.php
@@ -606,6 +606,12 @@ form.login label {
font-size: 70%;
}
+@media print {
+ .column_attribute {
+ font-size: 100%;
+ }
+}
+
/******************************************************************************/
/* specific elements */
diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php
index 0c0bcf8995..a7ae67dd2b 100644
--- a/themes/pmahomme/css/common.css.php
+++ b/themes/pmahomme/css/common.css.php
@@ -905,6 +905,12 @@ form.login select {
font-size: 70%;
}
+@media print {
+ .column_attribute {
+ font-size: 100%;
+ }
+}
+
/******************************************************************************/
/* specific elements */