Commit 029cefeb authored by Serge S. Koval's avatar Serge S. Koval

Merge pull request #494 from pawl/patch-5

Fix search input margin
parents e24bd73c 2cebb0b9
...@@ -31,6 +31,10 @@ form.search-form .clear i { ...@@ -31,6 +31,10 @@ form.search-form .clear i {
margin: 2px 0 0 0; margin: 2px 0 0 0;
} }
form.search-form div input {
margin: 0;
}
/* Filters */ /* Filters */
table.filters { table.filters {
border-collapse: collapse; border-collapse: collapse;
...@@ -108,4 +112,4 @@ table.filters { ...@@ -108,4 +112,4 @@ table.filters {
.list-checkbox-column { .list-checkbox-column {
width: 14px; width: 14px;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment