Fix sort select alignment in Firefox

This commit is contained in:
Rob Garrison 2017-12-23 20:48:06 -06:00
parent 6cca5bbe59
commit 44ef52ad8a

View File

@ -869,6 +869,10 @@ input[id^="manage.newUI"] {
width: 100%;
}
.firefox #sort-select {
padding-top: 0;
}
#search-help, #sorter-help {
margin: 4px -5px 0 2px;
}