rearrange the moderate comment UI.

svn path=/plone.app.discussion/trunk/; revision=27735
This commit is contained in:
Timo Stollenwerk
2009-06-29 21:05:38 +00:00
parent d3f9b90546
commit 15b7347626
2 changed files with 23 additions and 7 deletions
@@ -51,11 +51,12 @@
---------------------------------------------------------------- */
ul.filter {
margin: 0.5em 0 0.5em 0em;
margin: 1em 0 0 1em;
}
.filter li {
display: inline;
margin: 0 0.2em;
}
.filter li a:link {
@@ -68,10 +69,14 @@ ul.filter {
.filter .selected {
background-color: #DEE7EC;
border-bottom: 1px solid #DEE7EC;
}
.bulkactions {
text-align: left;
}
#dobulkaction {
margin: 0.2em 0;
margin: 0.45em 0;
}
form.workflow_action {
@@ -81,3 +86,11 @@ form.workflow_action {
form.delete {
float: right;
}
#review-comments {
margin: 0;
}
#review-comments select {
margin: 0.1em 0;
}