Merge commit 'origin/platal-0.10.0'
[platal.git] / htdocs / css / base.css
index 1e7cc4c..d2ee6db 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2009 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
+.ac_results {
+    background-color: window;
+    border: 1px solid;
+    overflow: hidden;
+    padding: 0px;
+}
+
 .ac_results ul {
     padding:0px;
     margin:0px;
+    width:100%;
 }
 
 .ac_results li {
     display:block;
     padding: 2px;
-    background: white;
-    color: black;
     cursor:pointer;
+    font-size: 90%;
+}
+
+.ac_results iframe {
+    display:none;/*sorry for IE5*/
+    display/**/:block;/*sorry for IE5*/
+    position:absolute;
+    top:0;
+    left:0;
+    z-index:-1;
+    filter:mask();
+    width:3000px;
+    height:3000px;
+}
+
+.ac_over {
+    background: highlight;
+    color: highlighttext;
 }
-.ac_results .over {
-    background: yellow;
+
+.ac_loading {
+    background: window url(../images/wait.gif) no-repeat scroll right center;
+}
+
+.hidden_valid {
+    background-color: #bfb;
+}
+
+.pem {
+    display: none;
 }
 
 /* vim: set et ts=4 sts=4 sw=4: */