add pagination to moderate comment view.

svn path=/plone.app.discussion/trunk/; revision=27752
This commit is contained in:
Timo Stollenwerk
2009-06-30 23:17:40 +00:00
parent 8c217ae45a
commit cfd70d8cc8
3 changed files with 41 additions and 30 deletions
@@ -71,8 +71,15 @@ ul.filter {
background-color: #DEE7EC;
border-bottom: 1px solid #DEE7EC;
}
.bulkactions {
#bulkactions {
text-align: left;
background: #DEE7EC;
border: 1px solid #8CACBB;
}
#bulkactions select {
margin: 0.1em 0;
}
#dobulkaction {
@@ -90,7 +97,3 @@ ul.filter {
#review-comments {
margin: 0;
}
#review-comments select {
margin: 0.1em 0;
}