You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

81 lines
2.3 KiB

/*.file-list .file-name {
width: 300px;
word-break: break-all;
}*/
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container {
width: 800px;
margin:0 10px 10px 0;
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
width: 50px;
height: 50px;
float: left;
}
.cus-thumb {
min-height: 10px !important;
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
margin-top: 0;
height: 50px;
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
height: 50px;
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image span {
width: 46px;
height:auto;
line-height: 30px;
position:unset;
}
.file-list .list-inline {
line-height: 50px;
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description {
position: absolute;
top: 0;
left: 80px;
width: 75%;
color: #fff;
padding: 6px 10px;
background: -moz-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
background: linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
z-index: 9;
opacity: 0;
filter: alpha(opacity(0));
-webkit-transition: all 0.12s;
-moz-transition: all 0.12s;
transition: all 0.12s;
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description {
background: rgba(0,0,0,0.55);
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description:hover {
bottom: 0;
opacity: 1;
filter: aplpha(opacity(100));
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description .jFiler-item-title {
display: block;
font-weight: bold;
word-break: break-all;
line-height: 1;
}
.file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description .jFiler-item-others {
display: inline-block;
font-size: 10px;
}