From 3a5f61e15b8ff4c6a70cc9295e8a3e89823d0636 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 12 Jan 2011 14:56:32 +0000 Subject: [PATCH] Fix: Style was wrong when using smartphone --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index a4e692b455b..78b34145dd2 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -476,7 +476,7 @@ div.login a:hover { } img.login, img.printer, img.entity { - padding: 8px 0px 0px 0px; + padding: browser->phone?'0':'8')?>px 0px 0px 0px; margin: 0px 0px 0px 8px; text-decoration: none; color: white;