From bd26b2226b91e4c4eeba84fa066e61465bbc8887 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 22 Jul 2006 09:31:30 +0000 Subject: merge from trunk r1490:1491 into branch 1.6 (fix bugs 484 and 244 display issues with IE : focus, checkboxe radio) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1492 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/fix-ie5-ie6.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'template/yoga/fix-ie5-ie6.css') diff --git a/template/yoga/fix-ie5-ie6.css b/template/yoga/fix-ie5-ie6.css index 2361418e9..c3c51859c 100644 --- a/template/yoga/fix-ie5-ie6.css +++ b/template/yoga/fix-ie5-ie6.css @@ -11,13 +11,9 @@ H1, #theHeader { height: 1em; /* for IE6 it's like min-height */ } -/* to get less hugly checkboxes at least in tagSelection */ -/* as well as several forms */ -FORM#update FIELDSET INPUT, -UL.tagSelection LI INPUT, -#content UL.thumbnails SPAN.wrap2 INPUT { +/* some theme set a border on INPUT which is not pretty for those */ +INPUT.radio, INPUT.checkbox { border: none; - background-color: transparent; } /* fix category thumbnails on main page */ -- cgit v1.2.3