diff options
author | Louise Crow <louise.crow@gmail.com> | 2012-08-22 17:34:51 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-08-22 17:34:51 +0100 |
commit | e98bfd6e9ed7e6bb151d0eb5c216cad0fed6a40c (patch) | |
tree | 222e151cf7ee87a06824553b2b53b2053c8f10a4 /public/stylesheets | |
parent | da70b7b4f58be9d78afba9ec6045d18094ea9581 (diff) | |
parent | bc73110b230e607d4d7e5acae467790845784704 (diff) |
Merge branch 'release/0.6.3'0.6.3
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/main.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 31a8ba63c..decce951d 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -40,11 +40,24 @@ border-style:solid; border-width:1px; } +#navigation_search input#navigation_search_button { +background: url(/images/search-button.png) no-repeat center center; +width: 27px; +height: 26px; +color: transparent; +font-size: 0; +margin: 0; +padding: 0; +position: relative; +top: -4px; +left: -5px; +} + #navigation_search input#navigation_search_query { width:20.25em; font-size: 0.8em; padding: 5px; -margin: -1px -1px 0 0; +margin: 5px -1px 0 0; } |