From 42f2e29f149d31d638419a5c4831dfa246cbabdc Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Mon, 8 Jun 2015 15:44:47 +0530 Subject: bug - Attribute column in table structure does not have borders Signed-off-by: Madhura Jayaratne --- themes/original/css/common.css.php | 6 ++++++ themes/pmahomme/css/common.css.php | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'themes') 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 */ -- cgit v1.2.3