From 27faba959a47843c811aa57a06f78c99b73f8320 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 16 Aug 2011 16:39:13 +0000 Subject: [PATCH] Fix: Avoid scrollbar --- htdocs/theme/auguria/style.css.php | 6 +++--- htdocs/theme/eldy/style.css.php | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index 479a6777d56..1aaf3400d89 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -20,7 +20,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.98 2011/08/15 17:43:42 eldy Exp $ + * \version $Id: style.css.php,v 1.99 2011/08/16 16:39:13 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -200,7 +200,7 @@ td.showDragHandle { div.fiche { margin-: browser->phone)?'10':'2'; ?>px; - margin-: browser->phone)?'6':''; ?>px; + margin-: browser->phone)?'8':''; ?>px; } div.fichecenter { @@ -224,7 +224,7 @@ div.fichehalfright { browser->phone)) { print "width: 50%;\n"; } ?> } div.ficheaddleft { - browser->phone)) { print "padding-left: 6px;\n"; } ?> + browser->phone)) { print "padding-left: 8px;\n"; } ?> } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 5e2dbb319f5..c808cd899f7 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.105 2011/08/16 06:41:02 hregis Exp $ + * \version $Id: style.css.php,v 1.106 2011/08/16 16:39:13 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -216,7 +216,7 @@ td.showDragHandle { div.fiche { margin-: browser->phone)?'10':'2'; ?>px; - margin-: browser->phone)?'6':''; ?>px; + margin-: browser->phone)?'8':''; ?>px; } div.fichecenter { @@ -240,7 +240,7 @@ div.fichehalfright { browser->phone)) { print "width: 50%;\n"; } ?> } div.ficheaddleft { - browser->phone)) { print "padding-left: 6px;\n"; } ?> + browser->phone)) { print "padding-left: 8px;\n"; } ?> }