From 9f81bd2c72794eff2fa8b80c23eae62c4f2cd68c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Jan 2011 10:51:54 +0000 Subject: [PATCH] Fix: Hide things in print view --- htdocs/theme/auguria/style.css.php | 3 +++ htdocs/theme/eldy/style.css.php | 3 +++ htdocs/theme/freelug/style.css.php | 6 ++++++ htdocs/theme/yellow/style.css.php | 6 ++++++ 4 files changed, 18 insertions(+) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index f660a3675a2..256ede63d2d 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -435,6 +435,9 @@ div.login_block { : 5px; top: 3px; font-weight: bold; + + display: none; + } div.login_block table { diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 78b34145dd2..1c9d5284b38 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -454,6 +454,9 @@ div.login_block { : 5px; top: 3px; font-weight: bold; + + display: none; + } div.login_block table { diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index 695ca137ecb..8e4153a7102 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -350,6 +350,12 @@ li.tmenu a:link /* Login */ +div.login_block { + + display: none; + +} + div.login { position: absolute; : 30px; diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index f9d44bd90f6..1aea85264c1 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -329,6 +329,12 @@ li.tmenu a:link /* Login */ +div.login_block { + + display: none; + +} + div.login { position: absolute; : 30px;