Subversion Repositories Applications.papyrus

Rev

Rev 1959 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1959 Rev 2150
-
 
56
 
202
 
57
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
203
.ui-datepicker-cover {
58
.ui-datepicker-cover {
204
    display: none; /*sorry for IE5*/
59
    display: none; /*sorry for IE5*/
205
    display/**/: block; /*sorry for IE5*/
60
    display/**/: block; /*sorry for IE5*/
206
    position: absolute; /*must have*/
61
    position: absolute; /*must have*/
207
    z-index: -1; /*must have*/
62
    z-index: -1; /*must have*/
208
    filter: mask(); /*must have*/
63
    filter: mask(); /*must have*/
209
    top: -4px; /*must have*/
64
    top: -4px; /*must have*/
210
    left: -4px; /*must have*/
65
    left: -4px; /*must have*/
211
    width: 200px; /*must have*/
66
    width: 200px; /*must have*/
212
    height: 200px; /*must have*/
67
    height: 200px; /*must have*/
213
}
68
}