From 26801a4ddfd5de2b572c556e0bc91abc2fa9185c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Aug 2010 07:13:56 +0000 Subject: [PATCH] Link icon can be click --- htdocs/theme/freelug/style.css.php | 6 +++++- htdocs/theme/yellow/style.css.php | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/freelug/style.css.php b/htdocs/theme/freelug/style.css.php index ebf5e347725..e3012e3a541 100644 --- a/htdocs/theme/freelug/style.css.php +++ b/htdocs/theme/freelug/style.css.php @@ -55,7 +55,7 @@ $left=($langs->direction=='rtl'?'right':'left'); ?> /* ============================================================================== */ -/* Styles par d�faut */ +/* Styles by default */ /* ============================================================================== */ body { @@ -329,6 +329,10 @@ li.tmenu a:link font-weight: normal; } +.tmenuimage { + padding:0 0 0 0 !important; + margin:0 0px 0 0 !important; +} /* Login */ diff --git a/htdocs/theme/yellow/style.css.php b/htdocs/theme/yellow/style.css.php index b4f7ff434b9..f95b270a566 100644 --- a/htdocs/theme/yellow/style.css.php +++ b/htdocs/theme/yellow/style.css.php @@ -55,7 +55,7 @@ $left=($langs->direction=='rtl'?'right':'left'); ?> /* ============================================================================== */ -/* Styles par d�faut */ +/* Styles by default */ /* ============================================================================== */ body { @@ -307,6 +307,10 @@ li.tmenu a:link font-weight: normal; } +.tmenuimage { + padding:0 0 0 0 !important; + margin:0 0px 0 0 !important; +} /* Login */