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.

80 lines
2.3 KiB

2 years ago
  1. /*.file-list .file-name {
  2. width: 300px;
  3. word-break: break-all;
  4. }*/
  5. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container {
  6. width: 800px;
  7. margin:0 10px 10px 0;
  8. }
  9. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
  10. width: 50px;
  11. height: 50px;
  12. float: left;
  13. }
  14. .cus-thumb {
  15. min-height: 10px !important;
  16. }
  17. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-assets {
  18. margin-top: 0;
  19. height: 50px;
  20. }
  21. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image {
  22. height: 50px;
  23. }
  24. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb .jFiler-item-thumb-image span {
  25. width: 46px;
  26. height:auto;
  27. line-height: 30px;
  28. position:unset;
  29. }
  30. .file-list .list-inline {
  31. line-height: 50px;
  32. }
  33. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description {
  34. position: absolute;
  35. top: 0;
  36. left: 80px;
  37. width: 75%;
  38. color: #fff;
  39. padding: 6px 10px;
  40. background: -moz-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
  41. background: -webkit-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
  42. background: -o-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
  43. background: -ms-linear-gradient(bottom,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
  44. background: linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,0) 100%);
  45. z-index: 9;
  46. opacity: 0;
  47. filter: alpha(opacity(0));
  48. -webkit-transition: all 0.12s;
  49. -moz-transition: all 0.12s;
  50. transition: all 0.12s;
  51. }
  52. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description {
  53. background: rgba(0,0,0,0.55);
  54. }
  55. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description:hover {
  56. bottom: 0;
  57. opacity: 1;
  58. filter: aplpha(opacity(100));
  59. }
  60. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description .jFiler-item-title {
  61. display: block;
  62. font-weight: bold;
  63. word-break: break-all;
  64. line-height: 1;
  65. }
  66. .file-list .jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-description .jFiler-item-others {
  67. display: inline-block;
  68. font-size: 10px;
  69. }