From f0511dd3c9acfbfb5b30b97c913b16031f3358c7 Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Fri, 26 Oct 2012 16:51:17 +0000 Subject: [PATCH] Quand on hover un element du menu de gauche, le cadre mangeait un peu le texte --- bureau/admin/styles/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bureau/admin/styles/style.css b/bureau/admin/styles/style.css index 70fec154..d058ef4f 100644 --- a/bureau/admin/styles/style.css +++ b/bureau/admin/styles/style.css @@ -287,7 +287,8 @@ img { .menu-box li a { display: block; - height: 18px; + padding-top: 6px; + padding-bottom: 6px; color: #0D5689; padding-left: 2px; text-decoration: none; @@ -301,12 +302,12 @@ img { height: 16px; margin: 0px; padding: 0px; - padding-top: 1px; + top: -3px; + position: relative; } .menu-box li a:hover { color: #000000; - height: 18px; border: 1px solid #1D6A9F; text-decoration: none; background-color: #DFEEF8;