From 624a5f463278e69dd775bbafc46611155b8595ef Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 20 Jan 2011 08:41:05 +0000 Subject: [PATCH] Fix: Hide login on print page --- htdocs/theme/bureau2crea/style.css.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index b154d073dc8..14370740b4e 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -479,6 +479,12 @@ li.tmenu a.tmenudisabled { /* Login */ +div.login_block { + + display: none; + +} + div.login { position: absolute; : 60px;