X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fbase.css;h=d2ee6dbdc4bfaa0066acf18f39d34adf1a2eb844;hb=4f494e74bb1310de55ce335324a966e31b6c72cb;hp=8670b1cd9a580e0d5ee7493c9f7b4d46d498cbf8;hpb=a94040d29c55a02e3935b2ecedab3a07d347a3e0;p=platal.git diff --git a/htdocs/css/base.css b/htdocs/css/base.css index 8670b1c..d2ee6db 100644 --- a/htdocs/css/base.css +++ b/htdocs/css/base.css @@ -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 * @@ -22,7 +22,7 @@ background-color: window; border: 1px solid; overflow: hidden; - padding:0px; + padding: 0px; } .ac_results ul { @@ -35,26 +35,36 @@ display:block; padding: 2px; cursor:pointer; - width:100%; + 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_results .over { + 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_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; +} + +.pem { + display: none; +} + /* vim: set et ts=4 sts=4 sw=4: */