From 61e231b3367a09205ffb554e76ad019ff6e79884 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Fri, 7 Jan 2011 10:27:13 +0000 Subject: [PATCH] Fix CSS for commenter images with a width of more than 2.5em. This fixes http://dev.plone.org/plone/ticket/11391. Refs #11391 svn path=/plone.app.discussion/trunk/; revision=46783 --- CHANGES.txt | 4 ++++ plone/app/discussion/browser/stylesheets/discussion.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 509ce8b..04ba602 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,6 +4,10 @@ Changelog 1.0RC1 (unreleased) ------------------- +- Fix CSS for commenter images with a width of more than 2.5em. This fixes + http://dev.plone.org/plone/ticket/11391. + [timo] + - Show a 'Comments are moderated.' message next to the comment form if comments are moderated. [timo] diff --git a/plone/app/discussion/browser/stylesheets/discussion.css b/plone/app/discussion/browser/stylesheets/discussion.css index 2434cb2..a5cbe7e 100644 --- a/plone/app/discussion/browser/stylesheets/discussion.css +++ b/plone/app/discussion/browser/stylesheets/discussion.css @@ -21,7 +21,7 @@ .commentImage { float: left; - width: 2.5em; + margin-right: 0.5em; height: 3.5em; }