The margin above the filter box is removed because there is
already a margin below the navigation bar.
The vertical padding between rows is reduced
while the horizontal padding between columns is increased.
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Stephen Finucane <stephen@that.guru>
border: 1px solid #cccccc;
border-radius: 4px;
padding: 5px 20px;
- margin: 15px 0;
+ margin: 0 0 15px 0;
}
a.filter-action {
.table-extra-condensed > thead > tr > td,
.table-extra-condensed > tbody > tr > td,
.table-extra-condensed > tfoot > tr > td {
- padding: 2px;
+ padding: 1px 0.5em 1px 0.5em;
vertical-align: middle;
}