diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2014-12-15 00:44:30 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2014-12-15 00:44:30 +0100 |
commit | eb1886ce939e4268bf0aa43c0de85515cf2a6604 (patch) | |
tree | 3e76f504669bd7279e71e877a3714f32fba605b0 /static/css/style.css | |
parent | 887be010bf1aa13580a36e6829b5690e03abfe9a (diff) | |
download | kosten-eb1886ce939e4268bf0aa43c0de85515cf2a6604.tar.gz kosten-eb1886ce939e4268bf0aa43c0de85515cf2a6604.tar.bz2 kosten-eb1886ce939e4268bf0aa43c0de85515cf2a6604.zip |
Search function
Diffstat (limited to 'static/css/style.css')
-rw-r--r-- | static/css/style.css | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css index da928b4..5b232b3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -170,6 +170,39 @@ ul.arrow { color: #000000; } +li.search { + display: block; + float: left; + cursor: pointer; + position: relative; +} + +img.search { + padding: 9px 10px; +} + +form.search { + position: relative; +} + +input.search { + position: absolute; + top: -10px; + left: -30px; + width: 80px; + overflow: hidden; +} + +input.search-submit { + position: absolute; + top: -20px; + z-index: -1; + color: transparent; + border: none; + outline: none; + opacity: 0; +} + /** LOGO */ #logo { |