X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fbase.css;h=ee6d3f28371d59a4efaf5817eb30a57346d88b68;hb=ff95a30266c7194bdff34f749121d43130f08b65;hp=c305aec93d5a798a6761bb74e37505b5ba301431;hpb=baa8a5945e29594a3678ce446a643e6a9b56fd93;p=platal.git diff --git a/htdocs/css/base.css b/htdocs/css/base.css index c305aec..ee6d3f2 100644 --- a/htdocs/css/base.css +++ b/htdocs/css/base.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2007 Polytechnique.org * + * Copyright (C) 2003-2008 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -28,12 +28,26 @@ .ac_results ul { padding:0px; margin:0px; + width:100%; } .ac_results li { display:block; padding: 2px; cursor:pointer; + width:100%; +} + +.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_results .over { background: highlight; @@ -41,6 +55,11 @@ } .ac_loading { - background:window url(images/wait.gif) no-repeat scroll right center; + background:window url(../images/wait.gif) no-repeat scroll right center; } + +.hidden_valid { + background-color: #bfb; +} + /* vim: set et ts=4 sts=4 sw=4: */