noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/04: style for fixed autocomplete


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/04: style for fixed autocomplete
Date: Sat, 29 Aug 2015 14:53:56 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 0542e9226e1e41abe292f3d9b5efad468189e4e6
Author: Dany De Bontridder <address@hidden>
Date:   Sat Aug 29 12:34:49 2015 +0200

    style for fixed autocomplete
---
 html/style-mandarine.css |   68 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 68 insertions(+), 0 deletions(-)

diff --git a/html/style-mandarine.css b/html/style-mandarine.css
index 6fc506b..234e001 100644
--- a/html/style-mandarine.css
+++ b/html/style-mandarine.css
@@ -2005,3 +2005,71 @@ button.cancel {
 .queue{
        display:none;
 }
+
+/*****************************************************************************
+ * autocomplete style
+ *****************************************************************************/
+
+div.autocomplete_fixed {
+    background-color:#FFFFFF;
+    border:1px solid  #C76626;
+    margin:0px;
+    padding:0px;
+    text-align:left;
+}
+div.autocomplete_fixed em {
+    color: #C76626;
+    font-weight:bold;
+}
+div.autocomplete_fixed ul {
+        list-style-type:none;
+        background-color:#FFFFFF;
+        border:1px solid blue;
+        width:300px;
+        margin:0px;
+        padding:0px;
+        }
+div.tag {
+            
+}
address@hidden only screen and (max-width: 1280px) {
+    div.autocomplete_fixed ul {
+        list-style-type:none;
+        background-color:#FFFFFF;
+        border:1px solid blue;
+        width:300px;
+        margin:0px;
+        padding:0px;
+        }
+       div.tag {
+            
+        }
+
+}
address@hidden only screen and (min-width: 1281px) {
+    div.autocomplete_fixed ul {
+        list-style-type:none;
+        background-color:#FFFFFF;
+        border:1px solid orangered;
+        width:500px;
+        margin:0px;
+        padding:0px;
+        }
+        div.tag {
+            width: 50%;
+        }
+       
+
+}
+div.autocomplete_fixed ul li.selected { 
+    background-color: #feccb1;
+    border-bottom: 1px solid black;
+}
+
+div.autocomplete_fixed ul li {
+    list-style-type:none;
+    display:block;
+    margin:0px;
+    padding:0px;
+    cursor:pointer;
+}
\ No newline at end of file



reply via email to

[Prev in Thread] Current Thread [Next in Thread]