From 7c455da7c7c17f9fc86b2df66ba878fb6df9d515 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 26 Aug 2012 13:24:28 +0200 Subject: [PATCH] Revert "for module ultimatepdf" This reverts commit 72895fa4b79c79711591f400046f29d0038a3324. --- htdocs/theme/auguria/style.css.php | 4 ++-- htdocs/theme/bureau2crea/style.css.php | 4 ++-- htdocs/theme/cameleo/style.css.php | 2 +- htdocs/theme/eldy/style.css.php | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 18fd25e3a94..6efce3e1ebe 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -517,7 +517,7 @@ div.login a:hover { text-decoration:underline; } -img.login, img.printer, img.entity, img.model { +img.login, img.printer, img.entity { padding: <?php echo ($conf->browser->phone?'0':'8')?>px 0px 0px 0px; margin: 0px 0px 0px 8px; text-decoration: none; @@ -2228,4 +2228,4 @@ div.ecmjqft { <?php if (is_object($db)) $db->close(); -?> \ No newline at end of file +?> diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index a2c592710e7..bba333bf69e 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -576,7 +576,7 @@ div.login a:hover { text-decoration:underline; } -img.login, img.printer, img.entity, img.model { +img.login, img.printer, img.entity { padding: <?php echo ($conf->browser->phone?'0':'8')?>px 0px 0px 0px; margin: 0px 0px 0px 8px; text-decoration: none; @@ -2461,4 +2461,4 @@ div.ecmjqft { <?php if (is_object($db)) $db->close(); -?> \ No newline at end of file +?> diff --git a/htdocs/theme/cameleo/style.css.php b/htdocs/theme/cameleo/style.css.php index 8364f7da44e..1501cfe8899 100644 --- a/htdocs/theme/cameleo/style.css.php +++ b/htdocs/theme/cameleo/style.css.php @@ -590,7 +590,7 @@ div.login a:hover { text-decoration:underline; } -img.login, img.printer, img.entity, img.model { +img.login, img.printer, img.entity { padding: <?php echo ($conf->browser->phone?'0':'8')?>px 0px 0px 0px; margin: 0px 0px 0px 8px; text-decoration: none; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 72f3069ecd7..55e8fba102c 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -758,7 +758,7 @@ div.login a:hover { text-decoration:underline; } -img.login, img.printer, img.entity, img.model { +img.login, img.printer, img.entity { padding: <?php echo ($conf->browser->phone?'0':'8')?>px 0px 0px 0px; margin: 0px 0px 0px 8px; text-decoration: none; -- GitLab