fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [10556] autocomplete / button


From: Sigurd Nes
Subject: [Fmsystem-commits] [10556] autocomplete / button
Date: Thu, 29 Nov 2012 13:56:00 +0000

Revision: 10556
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10556
Author:   sigurdne
Date:     2012-11-29 13:56:00 +0000 (Thu, 29 Nov 2012)
Log Message:
-----------
autocomplete / button

Modified Paths:
--------------
    trunk/logistic/templates/base/css/base.css

Modified: trunk/logistic/templates/base/css/base.css
===================================================================
--- trunk/logistic/templates/base/css/base.css  2012-11-29 13:55:27 UTC (rev 
10555)
+++ trunk/logistic/templates/base/css/base.css  2012-11-29 13:56:00 UTC (rev 
10556)
@@ -104,15 +104,28 @@
   width: 33em;
   height: 10em;
 }
+
 dl.form dd input[type="text"],  dl.form dd .autocomplete,
 dl.form-col dd input[type="text"],  dl.form-col dd .autocomplete {
-  width: 15em;
+    width: 15em;
 }
 dl.form dd .autocomplete,
-dl.form-col dd .autocomplete {
-  padding-bottom: 2em;
+dl.form-col dd .autocomplete,
+dl.form-2col dd .autocomplete {
+    padding-bottom: 2em;
 }
 
+div.autocomplete {
+    width: 15em;
+       position: relative;
+    padding-bottom: 2em;
+}
+/* ie fix. autocomplete dropdown is displayed behind some elements if the 
z-index is not set */
+div.autocomplete input {
+       z-index: 500;
+}
+
+
 dl.form dt.heading, dl.form-col dt.heading {
   color: #448;
   font-weight: normal;
@@ -148,7 +161,7 @@
   padding-top: 1em;
 }
 
-.form-buttons input[type=submit]{
+.form-buttons input[type=submit], input[type="button"]{
   margin-right: 5px;
 }
 




reply via email to

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