From e1c5e25667c83124f92d95e5ab7124a5f9384824 Mon Sep 17 00:00:00 2001 From: daita Date: Sat, 29 Oct 2016 09:54:42 -0100 Subject: #46 - displaying suggestions --- css/navigate.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'css') diff --git a/css/navigate.css b/css/navigate.css index 7b4334d..f6fed0f 100644 --- a/css/navigate.css +++ b/css/navigate.css @@ -1,5 +1,10 @@ @CHARSET "ISO-8859-1"; +.searchbox input[type="search"]:valid, .searchbox input[type="search"]:focus + { + width: 300px; +} + #nextantList { width: 100%; } @@ -75,4 +80,21 @@ SPAN.nextant_line3 { SPAN.nextant_hl { color: #000; font-weight: bold; +} + +#nextantSugg_list { + z-index: 200; + margin-top: 18px; + padding: 3px; + border: solid 1px #0000004D; + background: #fffc; + width: 360px; +} + +DIV.nextantSugg_item { + border-top: dashed 1px #0003; +} + +DIV.nextantSugg_firstitem { + border-top: 0px; } \ No newline at end of file -- cgit v1.2.3