root/branches/quick_search/style.css
| Revision 61, 350 bytes (checked in by daris, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | |
| 2 | input#quick_search { |
| 3 | margin-right: 3px; |
| 4 | } |
| 5 | |
| 6 | #quick_search_popup { |
| 7 | position: absolute; |
| 8 | display: none; |
| 9 | } |
| 10 | |
| 11 | #quick_search_popup form { |
| 12 | padding: 0px; |
| 13 | margin: 0px; |
| 14 | } |
| 15 | |
| 16 | #quick_search_popup div, #quick_search_popup a { |
| 17 | padding: 3px; |
| 18 | display: block; |
| 19 | } |
| 20 | |
| 21 | #quick_search_popup a, #quick_search_popup a:hover { |
| 22 | text-decoration: none; |
| 23 | } |
Note: See TracBrowser
for help on using the browser.