fix story 1109910. Tabs in moderation view have a margin.

svn path=/plone.app.discussion/trunk/; revision=29461
This commit is contained in:
Timo Stollenwerk 2009-08-29 16:23:54 +00:00
parent e81b4af659
commit a6cc6c6fcb
1 changed files with 6 additions and 1 deletions

View File

@ -70,7 +70,12 @@ ul.filter {
}
.filter form {
display: inline;
display:inline-block;
width: 75px;
}
.filter input {
width: 80px;
}
.filter input.selected,