Revert "Small improvement for quicksearch box height/position"
This reverts commit 0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089.
| | |
| | | position: absolute; |
| | | right: 256px; |
| | | width: auto; |
| | | top: 10px; |
| | | top: 8px; |
| | | } |
| | | |
| | | #searchfilter select { |
| | |
| | | #quicksearchbar input { |
| | | width: 176px; |
| | | margin: 0; |
| | | margin-top: 10px; |
| | | padding: 2px 30px 2px 34px; |
| | | margin-top: 7px; |
| | | padding: 3px 30px 3px 34px; |
| | | height: 18px; |
| | | background: #f1f1f1; |
| | | border-color: #ababab; |
| | |
| | | |
| | | #quicksearchbar #searchmenulink { |
| | | position: absolute; |
| | | top: 14px; |
| | | top: 12px; |
| | | left: 6px; |
| | | } |
| | | |
| | | #quicksearchbar #searchreset { |
| | | position: absolute; |
| | | top: 13px; |
| | | top: 11px; |
| | | right: 1px; |
| | | } |
| | | |