diff options
author | Jochen Topf <jochen@topf.org> | 2015-05-12 17:32:12 +0200 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2015-05-12 17:32:12 +0200 |
commit | dfb106fd58e2ff79ef9f035a135cc0f9492df7cf (patch) | |
tree | 3fec00cfccc0a9dcaf5dd1cfa2af95b07ed00585 /web/public | |
parent | 3f793d78c21941cff110bf96dc286506a8a7c09f (diff) | |
download | taginfo-dfb106fd58e2ff79ef9f035a135cc0f9492df7cf.tar taginfo-dfb106fd58e2ff79ef9f035a135cc0f9492df7cf.tar.gz |
Some minor css fixes.
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index fd694e3..2cf231f 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -204,14 +204,17 @@ select#locale, select#lang { border: none; } +div#header input#search { + height: 18px; + width: 228px; + padding: 2px; +} + input#search, p.search { background-image: url('/css/flexigrid/images/magnifier.png'); background-repeat: no-repeat; - background-position: right 3px; + background-position: right center; background-color: #ffffff; - height: 18px; - width: 228px; - padding: 2px; border: 1px solid #a0a0a0; border-radius: 4px; } |