Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authordaita <maxence@pontapreta.net>2016-10-29 13:54:42 +0300
committerdaita <maxence@pontapreta.net>2016-10-29 13:54:42 +0300
commite1c5e25667c83124f92d95e5ab7124a5f9384824 (patch)
treec0e35e6fbda317c62c0695af87fe3a1c0b1012b3 /css
parent4e6f2788bb870b5812ace29adc7d5efdb47477b7 (diff)
#46 - displaying suggestions
Diffstat (limited to 'css')
-rw-r--r--css/navigate.css22
1 files changed, 22 insertions, 0 deletions
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