From 462453465b59675706e4bb305fc9a82977dbb5a9 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 6 Jul 2008 20:55:57 +0000 Subject: Transparent .png for IE6 / Help icon fixed / Tabsheet fixed / and CSS review (still on going) git-svn-id: http://piwigo.org/svn/trunk@2426 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/yoga/content.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'admin/template/yoga/content.css') diff --git a/admin/template/yoga/content.css b/admin/template/yoga/content.css index 80a3eb4f4..d9bfedb3a 100644 --- a/admin/template/yoga/content.css +++ b/admin/template/yoga/content.css @@ -6,13 +6,13 @@ .content form { text-align: left; } .content dt { margin-bottom: 5px; font-style: italic; font-size: 110%; } -ul.categoryActions { margin: 0 2px; width: auto; +.content ul.categoryActions a img, ul.categoryActions a { +border:0; margin-bottom:-5px; } +ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside; padding: 0; text-indent: 0; list-style: none; text-align: center; } .content div.titrePage ul.categoryActions { float: right; } .content div.titrePage { padding: 0 0 3px; } .content ul.categoryActions li { display: inline; } -.content ul.categoryActions a img, ul.categoryActions a { - border: none; margin-bottom: -5px; } .content div.comment { margin: 0 0 0.5em 0; padding: 0; overflow: hidden; width: 100%; /* don't ask why. It's a very usefull trick */ } .content div.comment a.illustration { -- cgit v1.2.3