keep current filter when submitting a form.

svn path=/plone.app.discussion/trunk/; revision=27715
This commit is contained in:
Timo Stollenwerk
2009-06-29 11:11:58 +00:00
parent c25557650f
commit dd7f59c104
3 changed files with 35 additions and 15 deletions
@@ -53,6 +53,7 @@
ul.filter {
margin: 0.5em 0 0.5em 0em;
}
.filter li {
display: inline;
}
@@ -65,6 +66,18 @@ ul.filter {
display: inline;
}
.filter .selected {
background-color: #DEE7EC;
}
#dobulkaction {
margin: 0.2em 0;
}
form.workflow_action {
float: left;
}
form.delete {
float: right;
}