diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 8 | ||||
-rw-r--r-- | doc/todo/Add_label_to_search_form_input_field.mdwn | 2 | ||||
-rw-r--r-- | doc/wikiicons/search-bg.gif | bin | 0 -> 74 bytes |
3 files changed, 9 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index c7dc070cd..30f7ee3f3 100644 --- a/doc/style.css +++ b/doc/style.css @@ -256,6 +256,14 @@ input#openid_url { padding-left: 18px; } +input#searchbox { + background: url(wikiicons/search-bg.gif) no-repeat; + background-color: #fff; + background-position: 0 50%; + color: #000; + padding-left: 16px; +} + /* Things to hide in printouts. */ @media print { .actions { display: none; } diff --git a/doc/todo/Add_label_to_search_form_input_field.mdwn b/doc/todo/Add_label_to_search_form_input_field.mdwn index 43810460f..ad6718f09 100644 --- a/doc/todo/Add_label_to_search_form_input_field.mdwn +++ b/doc/todo/Add_label_to_search_form_input_field.mdwn @@ -47,4 +47,4 @@ The patch below adds a label for the field to improve usability: > to get it to appear higher up is to put it first, or to use Evil absolute > positioning. (CSS sucks.) --[[Joey]] -[[wishlist]] +[[done wishlist]] diff --git a/doc/wikiicons/search-bg.gif b/doc/wikiicons/search-bg.gif Binary files differnew file mode 100644 index 000000000..02f9da4a7 --- /dev/null +++ b/doc/wikiicons/search-bg.gif |