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
This commit is contained in:
parent
c438743a3b
commit
61e231b336
@ -4,6 +4,10 @@ Changelog
|
|||||||
1.0RC1 (unreleased)
|
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
|
- Show a 'Comments are moderated.' message next to the comment form if comments
|
||||||
are moderated.
|
are moderated.
|
||||||
[timo]
|
[timo]
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
.commentImage {
|
.commentImage {
|
||||||
float: left;
|
float: left;
|
||||||
width: 2.5em;
|
margin-right: 0.5em;
|
||||||
height: 3.5em;
|
height: 3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user