Skip to content

Commit

Permalink
fix bug 411: Commentaire trop long
Browse files Browse the repository at this point in the history
	and other comments display small issues

git-svn-id: http://piwigo.org/svn/trunk@1388 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
chrisaga committed Jun 24, 2006
1 parent 76a1bd0 commit 2adee00
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions template/yoga/image.css
Expand Up @@ -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;
}

0 comments on commit 2adee00

Please sign in to comment.