From 00245e6d177f5baec9a9ddee924bafe4ccdd3ed9 Mon Sep 17 00:00:00 2001
From: Carsten  Rose <carsten.rose@math.uzh.ch>
Date: Thu, 16 Mar 2017 11:01:19 +0100
Subject: [PATCH] qfq-bs.css.less: Fixed problem with 'typeahead input
 elements' not expanded to Bootstrap column width. Changed Layout/Design
 Typeahead dropdown box.

---
 less/qfq-bs.css.less | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/less/qfq-bs.css.less b/less/qfq-bs.css.less
index 42ab06e72..e1f88f2af 100644
--- a/less/qfq-bs.css.less
+++ b/less/qfq-bs.css.less
@@ -130,11 +130,31 @@ i.@{spinner_class} {
   padding-top: 7px;
 }
 
+// typeAhead Input: Default Bootstrap column width
+.twitter-typeahead {
+  display: block !important;
+}
+
 // TypeAhead Suggestions
-.tt-dataset {
-  background-color: #dedede;
+.tt-menu {
   padding: 12px;
+  background-color: #fff;
+  border-left: 1px solid #66afe9;
+  border-right: 1px solid #66afe9;
+  border-bottom: 1px solid #66afe9;
+  border-bottom-left-radius: 5px;
+  border-bottom-right-radius: 5px;
+  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
+  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
+}
+
+.tt-suggestion + .tt-suggestion {
+  margin-top: 12px;
 }
+
+
+
+
 // Mit BB anschauen wie man die NOTE Felder formatiert
 //
 //.text-input {
-- 
GitLab