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:
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 */