X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fbase.css;h=d13d2f6a8c9450010a045d2c9c38b0e286972bfd;hb=285e2fe72d086ae94fc95696a0cefc8755113277;hp=d2ee6dbdc4bfaa0066acf18f39d34adf1a2eb844;hpb=8d84c630f353ef0534e02325507ed35cc2f0d28f;p=platal.git diff --git a/htdocs/css/base.css b/htdocs/css/base.css index d2ee6db..d13d2f6 100644 --- a/htdocs/css/base.css +++ b/htdocs/css/base.css @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2003-2009 Polytechnique.org * + * Copyright (C) 2003-2011 Polytechnique.org * * http://opensource.polytechnique.org/ * * * * This program is free software; you can redistribute it and/or modify * @@ -59,6 +59,10 @@ background: window url(../images/wait.gif) no-repeat scroll right center; } +.ac_loading_left { + background: window url(../images/wait.gif) no-repeat scroll left center; +} + .hidden_valid { background-color: #bfb; } @@ -67,4 +71,81 @@ display: none; } +.ui-tabs-hide { display: none; } + +.ui-icon { + width: 16px; + height: 16px; +} + +.ui-datepicker { + background: #ffffff; + color: #000000; + position: absolute; +} + +.ui-datepicker a { + color: black; + text-decoration: none; + text-align: center; +} + +.ui-datepicker-header { + padding: 2px; + margin: 1px; + background: #777; + border: 1px solid; + border-color: #333; +} + +.ui-datepicker-title { + text-align: center; + height: 19px; +} + +.ui-datepicker-prev { + background: #777 url('/images/icons/resultset_previous.gif'); + position: absolute; + width: 16px; + height: 16px; + top: 4px; + left: 4px; + outline: none; + display: block; +} + +.ui-datepicker-next { + background: #777 url('/images/icons/resultset_next.gif'); + position: absolute; + width: 16px; + height: 16px; + top: 4px; + right: 4px; + outline: none; + display: block; +} + +.ui-datepicker-next span, .ui-datepicker-prev span { + display: block; + position: absolute; + text-indent: -99999px; + overflow: hidden; +} + +.ui-datepicker-week-end { + background-color: #eee; +} + +.ui-datepicker-unselectable { + color: #777; +} + +/* print */ +@media print { + #body-menu, #body-top, #body-logo, #body-bottom, #dev, .backtrace, .xdx, .noprint + { display:none; } + + table#body, img { border:0px; } +} + /* vim: set et ts=4 sts=4 sw=4: */