aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-06-24 10:41:00 +0000
committerchrisaga <chrisaga@piwigo.org>2006-06-24 10:41:00 +0000
commit2adee00798a904c9fb9af3a23dd052a81757f2ed (patch)
tree20903803fadd35b7110974d347a1149c897b8012 /template
parent76a1bd0a342bf5e8b579c0cdaddcde416a9ad819 (diff)
fix bug 411: Commentaire trop long
and other comments display small issues git-svn-id: http://piwigo.org/svn/trunk@1388 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/image.css28
1 files changed, 11 insertions, 17 deletions
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;
}