@ -64,11 +64,16 @@ tr:hover span.extension { -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Op
table tr . mouseOver td { background-color : #eee ; }
table th { height : 2 em ; padding : 0 .5 em ; color : #999 ; }
table th . name { float : left ; margin-left : .5 em ; }
table th . multiselect { background : #ddd ; color : #000 ; font-weight : bold ; }
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 ; }
/* Multiselect bar */
table . multiselect { top : 63 px ; }
table . multiselect thead { position : fixed ; top : 82 px ; z-index : 1 ; }
table . multiselect thead th { background : rgba ( 230 , 230 , 230 , .8 ) ; color : #000 ; font-weight : bold ; border-bottom : 0 ; }
table td . selection , table th . selection , table td . fileaction { width : 2 em ; text-align : center ; }
table td . filename a . name { display : block ; height : 1.5 em ; vertical-align : middle ; margin-left : 3 em ; }
table tr [ data-type = "dir" ] td . filename a . name span . nametext { font-weight : bold ; }
@ -79,8 +84,6 @@ table td.filename .nametext, .uploadtext, .modified { float:left; padding:.3em 0
table td . filename . nametext { overflow : hidden ; text-overflow : ellipsis ; }
table td . filename . uploadtext { font-weight : normal ; margin-left : .5 em ; }
table td . filename form { font-size : .85 em ; margin-left : 3 em ; margin-right : 3 em ; }
table thead . fixed tr { position : fixed ; top : 6.5 em ; z-index : 49 ; -moz- box-shadow : 0 -3 px 7 px #ddd ; -webkit- box-shadow : 0 -3 px 7 px #ddd ; box-shadow : 0 -3 px 7 px #ddd ; }
table thead . fixed { height : 2 em ; }
# 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 ; }