noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 176/219: Change autocomplete and adapt Icard


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 176/219: Change autocomplete and adapt Icard setWidth is false + indicator icon for ICard
Date: Mon, 18 Dec 2017 13:22:59 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 28c32a4d0116064a943342aa76944a6aa51d553f
Author: Dany De Bontridder <address@hidden>
Date:   Tue Nov 28 20:15:35 2017 +0100

    Change autocomplete and adapt Icard
    setWidth is false + indicator icon for ICard
---
 html/style-r692.css | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/html/style-r692.css b/html/style-r692.css
index 91d8ccc..cf906bd 100644
--- a/html/style-r692.css
+++ b/html/style-r692.css
@@ -553,15 +553,17 @@ span.action a.action:hover {
     background-color:#DDE6FF;
     color:#000000;
 }
-
+/*---------------------------------------------------------------------------
+Style for autocomplete
+ ---------------------------------------------------------------------------*/
 div.autocomplete {
     background-color:#FFFFFF;
     border:1px solid #888;
     margin:0px;
     padding:1px;
     text-align:left;
-    position:relative;
-    top : -3px;
+    position:absolute;
+    width:375px;
 }
 div.autocomplete em {
     color:#0000FF;
@@ -571,7 +573,6 @@ div.autocomplete ul {
     list-style-type:none;
     background-color:#FFFFFF;
     border:1px solid #888;
-    width:375px;
     margin:0px;
     padding:0px;
 }



reply via email to

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