2011-03-03 01:06:23 +03:00
/* FILE MENU */
2011-08-08 14:48:43 +04:00
. actions { padding : .6 em ; float : right ; margin-right : 13 em ; }
2011-08-08 13:24:09 +04:00
. actions input { margin : 0 ; padding : .3 em ; }
2011-08-08 14:48:43 +04:00
# file_menu { right : 0 ; position : absolute ; top : 0 ; }
2011-07-28 03:26:26 +04:00
# file_menu a { display : block ; float : left ; background-image : none ; text-decoration : none ; }
. file_upload_form , # file_newfolder_form { display : inline ; }
# fileSelector , # file_upload_submit , # file_newfolder_submit { display : none ; }
2011-08-08 14:48:43 +04:00
. file_upload_wrapper , # file_newfolder_name { background-repeat : no-repeat ; background-position : .5 em .3 em ; padding-left : 2 em ; }
. file_upload_wrapper { background : url ( "../img/file.png" ) ; font-weight : bold ; position : relative ; top : -1.2 em ; left : -2 em ; display : -moz- inline - box ; /* fallback for older firefox versions*/ display : inline-block ; width : 8 em ; }
. file_upload_start { opacity : 0 ; filter : alpha ( opacity = 0 ) ; }
2011-07-28 03:26:26 +04:00
2011-08-08 16:13:11 +04:00
# file_newfolder_name { background-image : url ( "../img/folder.png" ) ; font-weight : bold ; width : 8 em ; }
2011-08-08 14:48:43 +04:00
. file_upload_start , . file_upload_filename { position : absolute ; top : 0 ; left : 0 ; font-size : 1 em ; }
2011-07-28 03:26:26 +04:00
# file_newfolder_submit , # file_upload_submit { width : 3 em ; }
. file_upload_target { display : none ; }
2011-04-17 18:19:21 +04:00
2011-03-03 01:06:23 +03:00
/* FILE TABLE */
2011-07-29 15:01:15 +04:00
span # emptyfolder { position : absolute ; margin : 10 em 0 0 10 em ; font-size : 1.5 em ; font-weight : bold ; color : #888 ; text-shadow : #fff 0 1 px 0 ; }
2011-07-28 03:26:26 +04:00
table { position : relative ; top : 37 px ; width : 100 % ; }
2011-07-30 17:16:20 +04:00
tbody tr : hover , tbody tr : active , tbody tr . selected { background-color : #eee ; height : 1 em ; }
2011-07-07 02:19:38 +04:00
tbody a { color : #000 ; }
2011-07-28 14:14:55 +04:00
span . extention , td . date { color : #999 ; }
2011-07-30 14:55:12 +04:00
div . crumb { float : left ; display : block ; background : no-repeat right 0 ; padding : 8 px 1.5 em 0 1 em ; height : 28 px ; /*36-8*/ }
2011-08-02 05:59:25 +04:00
div . crumb : first-child { padding-left : 1.5 em ; }
2011-07-30 14:55:12 +04:00
div . crumb : last-child { font-weight : bold ; }
2011-07-22 00:01:55 +04:00
table tr . mouseOver td { background-color : #eee ; }
2011-07-30 17:31:11 +04:00
table th { height : 2 em ; padding : 0 .5 em ; color : #999 ; }
2011-07-28 02:21:11 +04:00
table th . name { float : left ; margin-left : .5 em ; }
2011-07-30 17:16:20 +04:00
table th . multiselect { background : #ddd ; color : #000 ; font-weight : bold ; }
2011-07-28 02:21:11 +04:00
table th , table td { border-bottom : 1 px solid #ddd ; text-align : left ; font-weight : normal ; }
2011-08-02 04:29:51 +04:00
table td { border-bottom : 1 px solid #eee ; font-style : normal ; background-position : 1 em .5 em ; background-repeat : no-repeat ; }
2011-07-29 04:19:53 +04:00
table th # headerSize , table td . filesize { width : 5 em ; padding : 0 1 em ; text-align : right ; }
2011-07-29 05:09:30 +04:00
table th # headerDate , table td . date { width : 11 em ; padding : 0 .1 em 0 1 em ; text-align : left ; }
2011-07-22 00:01:55 +04:00
table td . selection , table th . selection , table td . fileaction { width : 2 em ; text-align : center ; }
2011-08-02 04:29:51 +04:00
table td . filename a . name { display : block ; height : 1.5 em ; vertical-align : middle ; margin-left : 3 em ; }
2011-07-29 04:47:02 +04:00
table tr [ data-type = "dir" ] td . filename a . name { font-weight : bold ; }
2011-07-29 04:28:39 +04:00
table td . filename a . name input , table td . filename a . name form { width : 100 % ; cursor : text }
2011-08-02 04:29:51 +04:00
table td . filename a , table td . login , table td . logout , table td . download , table td . upload , table td . create , table td . delete { padding : .2 em .5 em .5 em 0 ; }
2011-07-28 14:14:55 +04:00
table td . filename . nametext , . modified { float : left ; padding : .3 em 0 ; }
2011-08-02 04:29:51 +04:00
table td . filename . nametext { width : 60 % ; }
2011-07-29 01:24:00 +04:00
table td . filename form { float : left ; font-size : .85 em ; }
2011-08-07 23:56:26 +04:00
/* #fileList tr.selected td.filename a, #fileList tr:hover td.filename a { background-image:none !important } */
2011-08-03 01:00:40 +04:00
table thead . fixed tr { position : fixed ; top : 6.4 em ; z-index : 100 ; }
table thead . fixed { height : 2 em }
2011-08-03 23:21:53 +04:00
# fileList tr td . filename > input [ type = checkbox ] : first-child { display : none ; float : left ; margin : .7 em 0 0 1 em ; /* bigger clickable area doesn’ t work in FF width:2.8em; height:2.4em;*/ }
# fileList tr td . filename > input [ type = checkbox ] : checked : first-child , # fileList tr : hover td . filename > input [ type = checkbox ] : first-child { display : inline ; }
2011-08-03 01:03:59 +04:00
# fileList tr . selected td . filename , # fileList tr : hover td . filename { background-image : none !important }
2011-07-28 03:26:26 +04:00
# select_all { float : left ; margin : 0.2 em ; margin-left : 0.6 em ; }
2011-07-29 02:26:23 +04:00
# uploadsize-message , # delete-confirm { display : none ; }
2011-07-28 14:14:55 +04:00
. selectedActions a , a . file_action { float : right ; display : inline ; margin : 0 .5 em ; padding : .3 em .3 em 0 .3 em !important ; }
. selectedActions { display : none ; }
. selectedActions a : hover , a . file_action : hover { background : #fff ; -moz- box-shadow : 0 0 10 px #fff ; -webkit- box-shadow : 0 0 10 px #fff ; box-shadow : 0 0 10 px #fff ; -moz- border-radius : 10 px ; -webkit- border-radius : 10 px ; border-radius : 10 px ; }
2011-07-22 18:52:35 +04:00
/* add breadcrumb divider to the File item in navigation panel */
2011-08-02 05:59:25 +04:00
# navigation > ul > li : first-child { background : url ( '../../core/img/breadcrumb-divider-start.png' ) no-repeat 12.5 em 0 px ; width : 12.5 em ; padding-right : 1 em ; }
2011-08-05 09:37:08 +04:00
# notification { z-index : 150 ; background-color : #fc4 ; border : 0 ; padding : 0 .7 em .3 em ; display : block ; position : fixed ; left : 50 % ; top : 0 ;
-moz-border-radius-bottomleft : 1em ; -webkit-border-bottom-left-radius : 1em ; border-bottom-left-radius : 1em ;
-moz-border-radius-bottomright : 1em ; -webkit-border-bottom-right-radius : 1em ; border-bottom-right-radius : 1em ; }