Commit 2cebb0b9 authored by Paul Brown's avatar Paul Brown

Fix search input margin

Before: https://www.dropbox.com/s/ppif4opa904m91k/broken_search2.png

After: https://www.dropbox.com/s/bxy065pzch39bg1/broken_search.png

Currently, the margin of the search input messes up the border line.
parent a76c004d
......@@ -31,6 +31,10 @@ form.search-form .clear i {
margin: 2px 0 0 0;
}
form.search-form div input {
margin: 0;
}
/* Filters */
table.filters {
border-collapse: collapse;
......@@ -108,4 +112,4 @@ table.filters {
.list-checkbox-column {
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