diff options
| author | 2006-12-28 10:01:49 (JST) | |
|---|---|---|
| committer | 2006-12-28 10:01:49 (JST) | |
| commit | e39d738c39d37cdef115c145027f3eec85a62272 (patch) | |
| tree | be60a07674a0d118d42f572a35b62ada9529a6bd /cgit.css | |
| parent | 27cd3b2a700e1cc46cd0393ddea48c07b62ee3a6 (diff) | |
| download | cgit-e39d738c39d37cdef115c145027f3eec85a62272.zip cgit-e39d738c39d37cdef115c145027f3eec85a62272.tar.gz | |
Add generic support for search box in page header
This adds the ability to show a search box in any pageheader with correct href and
hidden form data, but does not enable the box on any pages.
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css')
| -rw-r--r-- | cgit.css | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -61,6 +61,11 @@ div#header { | |||
| 61 | div#header img#logo { | 61 | div#header img#logo { |
| 62 | float: right; | 62 | float: right; |
| 63 | } | 63 | } |
| 64 | |||
| 65 | div#header input { | ||
| 66 | float: right; | ||
| 67 | margin: 0.25em 1em; | ||
| 68 | } | ||
| 64 | div#header a { | 69 | div#header a { |
| 65 | color: black; | 70 | color: black; |
| 66 | } | 71 | } |
