Removed floating of filters in ReportAdmin

Too complex to visualize, overflow on container
was cropping TreeDropdownField etc.
This commit is contained in:
Ingo Schommer 2012-09-10 11:28:31 +02:00
parent 16eff71a7f
commit c2fea77f58
1 changed files with 0 additions and 7 deletions

View File

@ -19,18 +19,11 @@
font-size: 11px;
}
.ReportAdmin .filters {
overflow: auto;
}
.ReportAdmin .filters .field {
padding: 0;
}
.ReportAdmin .filters > .field {
float: left;
clear: none;
margin-right: 1em;
margin-bottom: .5em;
}