From cf363a9a2d9105f33ab00986d67b0b24999546be Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sat, 24 Jun 2006 10:45:27 +0000 Subject: merge from trunk svn:1387:1389 into branch 1.6 fix bug 411 and some other cosmetic issues git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1390 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/image.css | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) (limited to 'template/yoga/image.css') diff --git a/template/yoga/image.css b/template/yoga/image.css index 9ecbaea08..42073b4c2 100644 --- a/template/yoga/image.css +++ b/template/yoga/image.css @@ -111,39 +111,33 @@ TABLE.infoTable TD.value UL { } #comments { - text-align: left; + text-align: left; } #comments .comment { - margin: 3ex 0; + margin: 1em 0; } #comments H2 { - margin: 1ex 0; + margin: 0.5em 0; } #comments P { - margin: 0; + margin: 0 0.5em 0 1em; } #comments .author { - font-weight: bold; + font-weight: bold; } #comments BLOCKQUOTE { - margin: 1ex 0 1ex 2em; - padding: 4px 4px 0 /* IE bug */ 4px; -} - -#comments BLOCKQUOTE P { - margin: 0; - padding-bottom: 4px; /* IE bug follow-up */ -} -#comments BLOCKQUOTE P+P { - margin-top: 1ex; + margin: 0.5em 1em 1em 4em; + padding: 0.5em; + overflow: auto; /* no solution for IE6 */ + min-height: 2.75em; /* fix a Gecko bug whith scrollbar and 1 line only */ } #comments P.userCommentDelete { - float: right; - margin: 0; + float: right; + margin: 0 0.5em 0 0; } -- cgit v1.2.3