@ -66,8 +66,9 @@ table th { height:2em; padding:0 .5em; color:#999; }
table th . name { float : left ; margin-left : .5 em ; }
table th , table td { border-bottom : 1 px solid #ddd ; text-align : left ; font-weight : normal ; }
table td { border-bottom : 1 px solid #eee ; font-style : normal ; background-position : 1 em .5 em ; background-repeat : no-repeat ; }
table th # headerSize , table td . filesize { width : 3 em ; padding : 0 1 em ; text-align : right ; }
table th # headerDate , table td . date { width : 11 em ; padding : 0 .1 em 0 1 em ; text-align : left ; }
table th # headerName { width : 100 % ; }
table th # headerSize , table td . filesize { min-width : 3 em ; padding : 0 1 em ; text-align : right ; }
table th # headerDate , table td . date { min-width : 11 em ; padding : 0 .1 em 0 1 em ; text-align : left ; }
/* Multiselect bar */
table . multiselect { top : 63 px ; }
@ -87,7 +88,10 @@ table td.filename form { font-size:.85em; margin-left:3em; margin-right:3em; }
# fileList tr td . filename > input [ type = "checkbox" ] : first-child { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" ; filter : alpha ( opacity = 0 ) ; opacity : 0 ; float : left ; margin : .7 em 0 0 1 em ; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/ -webkit- transition : opacity 200 ms ; -moz- transition : opacity 200 ms ; -o- transition : opacity 200 ms ; transition : opacity 200 ms ; }
# fileList tr td . filename > input [ type = "checkbox" ] : hover : first-child { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" ; filter : alpha ( opacity = 80 ) ; opacity : .8 ; }
# fileList tr td . filename > input [ type = "checkbox" ] : checked : first-child { -ms- filter : "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" ; filter : alpha ( opacity = 100 ) ; opacity : 1 ; }
# fileList tr td . filename { -webkit- transition : background-image 500 ms ; -moz- transition : background-image 500 ms ; -o- transition : background-image 500 ms ; transition : background-image 500 ms ; position : relative ; }
# fileList tr td . filename {
position : relative ; width : 100 % ;
-webkit-transition : background-image 500ms ; -moz-transition : background-image 500ms ; -o-transition : background-image 500ms ; transition : background-image 500ms ;
}
# select_all { float : left ; margin : .3 em 0.6 em 0 .5 em ; }
# uploadsize-message , # delete-confirm { display : none ; }
. fileactions { position : relative ; top : .3 em ; font-size : .8 em ; float : right ; }