From cf42127af7479794c667103144e00374c90dd2e4 Mon Sep 17 00:00:00 2001 From: Maxim Date: Fri, 15 Dec 2017 23:05:08 -0600 Subject: [PATCH] Update tabsSearch.css Updated css to make search field fixed pos. --- src/css/tabsSearch.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/css/tabsSearch.css b/src/css/tabsSearch.css index 35a9577..6ff47a9 100644 --- a/src/css/tabsSearch.css +++ b/src/css/tabsSearch.css @@ -1,8 +1,17 @@ -body { background: rgb(255,255,255); width: 18em; overflow-x: hidden; } -#listZone { margin-top: 0.5em; } +body { + background: rgb(255,255,255); + width: 18em; + overflow-x: hidden; + min-height: 2.5em; +} + +#listZone { padding-top: 2.5em; } #toFind { - width: 95%; + position: fixed; + top: 0.5em; + z-index: 100; + width: 90%; background: rgb(255,255,255); color: rgb(0,0,0); border-style: solid; @@ -10,15 +19,6 @@ body { background: rgb(255,255,255); width: 18em; overflow-x: hidden; } text-align: center; padding: 0.5em; } -#errorZone { - border-color: rgb(0,0,0); - border-style: dotted; - color: red; - margin-top: 2em; - padding-top: 0.5em; - padding-bottom: 0.5em; - text-align: center; -} .box:hover { background-color: #3EA724; } .box {