add padding to moderate comments fieldset.

svn path=/plone.app.discussion/trunk/; revision=27867
This commit is contained in:
Timo Stollenwerk 2009-07-07 08:21:36 +00:00
parent 97205fbbf8
commit 8dbc7c0bc5
1 changed files with 4 additions and 0 deletions

View File

@ -100,3 +100,7 @@ ul.filter {
#review-comments {
margin: 0;
}
#fieldset-moderate-comments {
padding: 2em 1em;
}