file_manager.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. body { margin: 0; padding: 0; }
  2. .hidden { display: none; }
  3. .l-logo {
  4. background-image: url("/images/sprite.png");
  5. background-position: -118px -59px;
  6. background-repeat: no-repeat;
  7. display: inline-block;
  8. float: left;
  9. height: 22px;
  10. margin-left: 10px;
  11. margin-top: 11px;
  12. width: 73px;
  13. }
  14. #main{ display: inline-block; font-family: Arial; font-size: 15px; color: #777; width: 100%; }
  15. .window { display: inline-block; float: left; /*border: 1px solid #eee;*/ width: 50%; height: 100%; background-color: #ececec; /*background: url(/images/background-dots.png) #ececec;*/ }
  16. .window.active { background: #fff; }
  17. .pwd { background-color: #7b7b7b; height: 28px; padding: 12px 0 0 17px; color: #eee; font-size: 14px; }
  18. .window.active .pwd { background-color: #333; }
  19. .window.active .pwd a { color: #FFF; }
  20. .pwd a { color: #CFCFCF; margin-right: 6px; padding: 0 7px; cursor: pointer; text-decoration: none; }
  21. .window.active .pwd a:hover, .pwd a:hover { color: #FFCC00; }
  22. .active .menu { box-shadow: 0 1px 11px -5px rgba(0, 0, 0, 0.5); }
  23. .menu { /*background-color: #EEE;*/ display: inline-block; color: #999999; width: 100%; padding: 8px 0 7px 0; border-bottom: 1px solid #CFCFCD; border-left: 1px solid #CFCFCD; margin-left: -1px; }
  24. .menu div { display: inline-block; float: left; padding: 6px 5px 5px; font-size: 11px; margin: 0 3px; line-height: 14px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
  25. .window.active .menu div.button { color: #777; }
  26. .menu div.button.small { display: none; width: 19px; height: 12px; }
  27. .menu div.button.small.mkfile { background: url("/images/flat_icons.png") no-repeat scroll -176px -97px; margin-left: 10px; }
  28. .menu div.button.small.mkdir { background: url("/images/flat_icons.png") no-repeat scroll -176px -123px; }
  29. .menu div.button.small.del { background: url("/images/flat_icons.png") no-repeat scroll -176px -149px; }
  30. .menu div.button.small.rename { background: url("/images/flat_icons.png") no-repeat scroll -180px -180px; width: 12px; }
  31. .menu div.button.small.copy { background: url("/images/flat_icons.png") no-repeat scroll -177px -210px; }
  32. .menu div.button.small.download { background: url("/images/flat_icons.png") no-repeat scroll -176px -243px; }
  33. .menu div.button.small.extract { background: url("/images/flat_icons.png") no-repeat scroll -232px -35px; }
  34. .menu div.button.small.archive { background: url("/images/flat_icons.png") no-repeat scroll -175px -58px; }
  35. .menu div.button.small.mkfile:hover { background-position: -203px -97px; }
  36. .menu div.button.small.mkdir:hover { background-position: -203px -123px; }
  37. .menu div.button.small.del:hover { background-position: -203px -149px; }
  38. .menu div.button.small.rename:hover { background-position: -207px -180px; }
  39. .menu div.button.small.copy:hover { background-position: -204px -210px; }
  40. .menu div.button.small.download:hover { background-position: -204px -243px; }
  41. .menu div.button.small.extract:hover { background: url("/images/flat_icons.png") no-repeat scroll -255px -35px; }
  42. .menu div.button.small.archive:hover { background: url("/images/flat_icons.png") no-repeat scroll -201px -35px; }
  43. .menu div.button.disabled:hover,
  44. .menu div.button { cursor: pointer; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; box-shadow: none; color: #999
  45. }
  46. .window.active .menu div.button:hover,
  47. .menu div.button:hover { text-decoration: none; color: #1FB9CA; border-radius: 0; }
  48. .menu div.button.disabled:hover,
  49. .menu div.button.disabled { opacity: 0.5; cursor: default; text-decoration: none; }
  50. .menu .upload.button { color: #777; border: 1px solid #B7B7B7; background-color: #EAEAE8; text-transform: uppercase; font-size: 12px; text-decoration: none; margin-left: 8px; padding: 5px 12px; margin-right: 10px; border-radius: 3px; float: left; transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; font-size: 11px; line-height: 14px; }
  51. .window.active .menu .upload { border: 1px solid #AACC0D; background-color: #AACC0D; color: #FFF; }
  52. .menu .upload.button.progress { background: url(/images/progress.gif) no-repeat /*-98px*/ -60px 0px #EBEBEB; border-color: #8A9079; color: transparent; padding: 3px 12px; height: 0; margin-top: 9px; transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  53. -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  54. }
  55. .menu .upload.button.progress.done { background-color: #d1ff66; border-color: #8a9079; box-shadow: 0 0 9px 0 #d1ff38; color: transparent; height: 0; margin-top: 9px; padding: 3px 12px; transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: height 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  56. .menu .upload.button:hover, .window.active .menu .upload:hover { border: 1px solid #C0E60F; background-color: #C0E60F; color: #fff; }
  57. .menu .upload.button:active, .window.active .menu .upload:active { border: 1px solid #FFCC00; background-color: #FFCC00; color: #FFF; }
  58. .menu .not-writable { color: #BD846A; font-size: 12px; text-decoration: none; margin-left: 10px; padding: 5px 12px; margin-right: 20px; }
  59. .menu .sort-by { border-radius: 0; cursor: pointer; float: right; height: 17px; line-height: 10px; margin-right: 8px; padding: 8px 10px 0; text-decoration: none; }
  60. .menu .sort-by .direction { background: url("/images/flat_icons.png") repeat scroll -390px -76px; display: inline-block; float:right; width: 12px; height: 20px; margin-top: -10px; }
  61. .menu .sort-by.desc .direction { background-position: -415px -76px; }
  62. .menu .sort-by span { font-size: 12px; color: #555; text-decoration: none; border: none; }
  63. .menu .sort-by span.entity { color: #555; text-decoration: none; border: none; float: right; display: inline-block; }
  64. .menu .sort-by:hover span { color: #43B2BE; }
  65. .menu .total-size { padding: 7px 0 0 0; }
  66. .menu .not-writable:hover { border: 1px solid #E2E2E0; }
  67. ul.listing { list-style-type: none; padding: 18px 0 0; margin: -4px 0 0 -1px; border-left: 1px solid #DDDDDD; overflow: auto; }
  68. .listing li { color: #999999; display: block; height: 32px; margin: 1px 0 0; line-height: 30px; border: 1px solid transparent; }
  69. .listing li span { display: inline-block; float: right; }
  70. .listing li .marker { width: 4px; float: left; height: 100%; margin-right: 31px; }
  71. .listing li.back { }
  72. .listing li.file { }
  73. /* .listing li .icon { background: url("/images/document.png") no-repeat scroll -2px 6px; float: left; margin-left: -17px; width: 13px; height: 24px; }*/
  74. .listing li .icon { background: url("/images/flat_icons.png") no-repeat scroll -97px -100px/*-97px -100px*/; float: left; margin-left: -17px; width: 31px; height: 31px; }
  75. .listing li .icon.filetype-dir { background: url("/images/flat_icons.png") no-repeat scroll -24px -99px /*-99px 0px 25px -69px */; }
  76. .listing li .icon.filetype-tif,
  77. .listing li .icon.filetype-gif,
  78. .listing li .icon.filetype-jpg,
  79. .listing li .icon.filetype-jpeg,
  80. .listing li .icon.filetype-bmp,
  81. .listing li .icon.filetype-psd,
  82. .listing li .icon.filetype-thm,
  83. .listing li .icon.filetype-yuv,
  84. .listing li .icon.filetype-ai,
  85. .listing li .icon.filetype-svg,
  86. .listing li .icon.filetype-png { background: url("/images/flat_icons.png") no-repeat scroll -138px -69px; }
  87. .listing li .icon.filetype-txt,
  88. .listing li .icon.filetype-csv,
  89. .listing li .icon.filetype-dat,
  90. .listing li .icon.filetype-efx,
  91. .listing li .icon.filetype-gbr,
  92. .listing li .icon.filetype-key,
  93. .listing li .icon.filetype-pps,
  94. .listing li .icon.filetype-ppt,
  95. .listing li .icon.filetype-sdf,
  96. .listing li .icon.filetype-vcf,
  97. .listing li .icon.filetype-db { background: url("/images/flat_icons.png") no-repeat scroll -97px -150px; }
  98. .listing li .icon.filetype-xlr,
  99. .listing li .icon.filetype-xls,
  100. .listing li .icon.filetype-xlsx { background: url("/images/flat_icons.png") no-repeat scroll -138px -147px; }
  101. .listing li .icon.filetype-jar,
  102. .listing li .icon.filetype-tar,
  103. .listing li .icon.filetype-7z,
  104. .listing li .icon.filetype-deb,
  105. .listing li .icon.filetype-gz,
  106. .listing li .icon.filetype-pkg,
  107. .listing li .icon.filetype-rar,
  108. .listing li .icon.filetype-rpm,
  109. .listing li .icon.filetype-sit,
  110. .listing li .icon.filetype-sitx,
  111. .listing li .icon.filetype-zip,
  112. .listing li .icon.filetype-zipx,
  113. .listing li .icon.filetype-jar { background: url("/images/flat_icons.png") no-repeat scroll -176px -34px; }
  114. .listing li .icon.filetype-fnt,
  115. .listing li .icon.filetype-otf,
  116. .listing li .icon.filetype-ttf,
  117. .listing li .icon.filetype-fon { background: url("/images/flat_icons.png") no-repeat scroll -97px -100px; }
  118. .listing li .icon.filetype-3g2,
  119. .listing li .icon.filetype-3gp,
  120. .listing li .icon.filetype-asf,
  121. .listing li .icon.filetype-asx,
  122. .listing li .icon.filetype-avi,
  123. .listing li .icon.filetype-flv,
  124. .listing li .icon.filetype-mov,
  125. .listing li .icon.filetype-mp4,
  126. .listing li .icon.filetype-mpg,
  127. .listing li .icon.filetype-mpeg,
  128. .listing li .icon.filetype-rm,
  129. .listing li .icon.filetype-swf,
  130. .listing li .icon.filetype-vob,
  131. .listing li .icon.filetype-wmv { background: url("/images/flat_icons.png") no-repeat scroll -97px -100px; }
  132. .listing li .icon.filetype-aif,
  133. .listing li .icon.filetype-iff,
  134. .listing li .icon.filetype-m3u,
  135. .listing li .icon.filetype-m4a,
  136. .listing li .icon.filetype-mid,
  137. .listing li .icon.filetype-mp3,
  138. .listing li .icon.filetype-mpa,
  139. .listing li .icon.filetype-ra,
  140. .listing li .icon.filetype-wav,
  141. .listing li .icon.filetype-wma { background: url("/images/flat_icons.png") no-repeat scroll -97px -100px; }
  142. .listing li .icon.filetype-rtf,
  143. .listing li .icon.filetype-doc,
  144. .listing li .icon.filetype-docx { background: url("/images/flat_icons.png") no-repeat scroll -138px -123px; }
  145. .listing li .icon.filetype-pdf { background: url("/images/flat_icons.png") no-repeat scroll -138px -96px; }
  146. .listing li .icon.filetype-js { background: url("/images/flat_icons.png") no-repeat scroll -138px -204px; }
  147. .listing li .icon.filetype-css { background: url("/images/flat_icons.png") no-repeat scroll -138px -254px; }
  148. .listing li .icon.filetype-php { background: url("/images/flat_icons.png") no-repeat scroll -138px -179px; }
  149. .listing li .icon.filetype-html,
  150. .listing li .icon.filetype-htm,
  151. .listing li .icon.filetype-xhtml { background: url("/images/flat_icons.png") no-repeat scroll -138px -228px; }
  152. .listing li .filename { color: #555; cursor: pointer; height: 32px; max-width: 40%; overflow: hidden; float: left; padding: 0 7px 0 7px; border-radius: 3px; transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) 0s; -webkit-transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) 0s; }
  153. /* .listing li .filename { background: url("/images/folder_.png") no-repeat scroll -2px 6px; color: #555; cursor: pointer; float: left; margin-left: -27px; padding-left: 19px; }*/
  154. .listing li .filename:hover { color: #333; background-color: #D1D0CF; }
  155. /*
  156. .listing li .filename:hover { color: #FFF; background-color: #6CB6B9; }
  157. .listing li.selected .filename:hover { color: #FFF; }
  158. .listing li.active .filename:hover { color: #FFF; background-color: #CAA335; }
  159. .listing li.active.selected .filename:hover { color: #FFF; background-color: #60A885; }
  160. */
  161. .listing li .filename a { color: #7D7D7D; text-decoration: none; }
  162. .listing li .mode { width: 51px; font-size: 11px; }
  163. .listing li .owner { width: 11%; font-style: italic; color: #81A64F; font-size: 12px; }
  164. .listing li .size-value { width: 70px; color: #44a8b3; font-size: 12px; padding-right: 7px; text-align: right; }
  165. .listing li .size-unit { width: 30px; font-size: 11px; font-weight: bold; color: #A7A7A7; text-align: left; }
  166. .listing li .date { width: 50px; font-size: 11px; }
  167. .listing li .time { width: 50px; font-size: 11px; }
  168. .listing li.selected-inactive.selected { background-color: #e9e9e9; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
  169. .listing li.selected-inactive .mode,
  170. .listing li.selected-inactive .time,
  171. .listing li.selected-inactive .date { color: #999 !important; }
  172. .window.active .listing li.selected.active { background-color: #73CAA0; }
  173. .listing li.selected { background-color: #777 /*#7FD5D9*/; }
  174. .listing.active li.selected { background-color: #ffd437 /*#7FD5D9*/; }
  175. .listing li.selected .filename:hover { color: #333; background-color: #F0B607; }
  176. .listing li.selected-inactive.selected.active { background-color: #dfc891; border-top: 1px solid #cdb885; border-bottom: 1px solid #cdb885; }
  177. .listing li.active { background-color: #e7cf96; }
  178. .window.active .listing li.active { background-color: #ffe06c; }
  179. .listing li.active .filename{ color: #31775A; }
  180. .listing li.selected .filename { color: #333; }
  181. .listing li.selected .date,
  182. .listing li.selected .mode,
  183. .listing li.selected .time { color: #777; }
  184. .listing li.selected .owner { color: #31775A; }
  185. .listing li.selected .size { color: #31775A; }
  186. .listing li.selected.active .filename { color: #fff29c; }
  187. .listing li.selected.active .marker { background-color: #3a8a96; }
  188. .listing li.selected-inactive .marker { background-color: #7FD5D9; }
  189. .listing li.selected-inactive .filename { color: #54A9A9; }
  190. .listing li .filename a:hover { color: #3399FF; }
  191. .listing li:hover { background-color: #E5E5E5; cursor: pointer; }
  192. .listing li.active:hover { background-color: #FFD63F; }
  193. .listing li.selected:hover { background-color: /*#89E6EA*/#FFE570; }
  194. .listing li.selected.active:hover { background-color: #77D1A6; }
  195. .context-menu { background-color: #333333; width: 200px; list-style-type: none; font-family: arial; padding-left: 0; }
  196. .context-menu li { border-bottom: 1px solid #555; padding: 12px 12px 12px 12px; color: #D6CEC1; font-size: 14px; cursor: pointer; }
  197. .context-menu li:hover { background-color: #4B4B4B; color: #FFF; }
  198. .context-menu li:active { background-color: #FFCC00; color: #FFF; }
  199. .context-menu li.download { text-transform: uppercase; font-size: 12px; color: #CCCD33; }
  200. .context-menu li.download:hover { background-color: #CCCD33; color: #FFF; }
  201. .context-menu li.delete { color: #DC5847; }
  202. .context-menu li.delete:hover { background-color: #DC5847; color: #FFF; }
  203. .context-menu li.disabled { font-size: 12px; color: #777; cursor: default; }
  204. .context-menu li.disabled:active, .context-menu li.disabled:hover { background-color: #333; color: #777; }
  205. .context-menu.sort-order { width: 148px; border-radius: 3px; box-shadow: 0px 2px 11px 0px rgba(0, 0, 0, 0.5); left: 300px; position: absolute; top: 54px; overflow: hidden; margin: 0; }
  206. .context-menu.sort-order li { padding: 0; }
  207. .context-menu.sort-order li.last { border: none; }
  208. .context-menu.sort-order li:hover { background-color: #333; }
  209. .context-menu.sort-order span { padding: 12px 12px 12px 12px; background: ulr(/images/flat_icons.png) }
  210. .context-menu.sort-order span.up { background: url(/images/flat_icons.png) -399px -141px; padding: 12px 14px; display: inline-block; width: 16px; }
  211. .context-menu.sort-order span.name,
  212. .context-menu.sort-order span.date,
  213. .context-menu.sort-order span.size,
  214. .context-menu.sort-order span.type
  215. { background: url("/images/flat_icons.png") repeat scroll -308px -105px; display: inline-block; padding: 12px 28px 12px 12px; width: 64px; }
  216. .context-menu.sort-order span.active { background-color: #FFCC00; color: #FFF; }
  217. .context-menu.sort-order span:hover { background-color: #4B4B4B; color: #FFF; }
  218. .context-menu.sort-order span:active { background-color: #FFCC00; color: #FFF; }
  219. .confirm-box { background-color: #333; width: 480px; font-family: arial; margin-left: 50px; border-radius: 3px; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); }
  220. /*.confirm-box.replace { height: 230px; }*/
  221. .confirm-box .message { color: #EBE697; font-size: 16px; padding: 25px; margin-bottom: 60px; display: inline-block; }
  222. .confirm-box .warning { color: #FF9500; font-size: 16px; padding: 25px; }
  223. .confirm-box .warning .title,
  224. .confirm-box .message .title { color: #48B1B7; }
  225. .confirm-box .action-name { color: #B9CAD4; display: inline-block; float: left; margin-bottom: 28px; margin-left: 25px; }
  226. .confirm-box .action-name span { display: inline-block; float: left; }
  227. .confirm-box .action-nam .checkbox { border: 1px solid #777; height: 10px; margin-right: 10px; margin-top: 3px; padding-top: 0; width: 10px; }
  228. .confirm-box .controls { border-top: 1px solid #555; display: inline-block; width: 100%; margin-bottom :9px; }
  229. .confirm-box .controls .cancel { /*background-color: #e8e8e6;*/ border: 1px solid transparent; border-radius: 3px; color: #CCC; display: inline-block; float: left; font-size: 12px; margin: 12px 0 0 12px; padding: 7px 18px; text-transform: uppercase; cursor: pointer; }
  230. .confirm-box .controls .keep-original { color: #ccc; cursor: pointer; display: inline-block; float: left; margin: 11px 0 0 15px; padding: 7px; text-decoration: underline; }
  231. .confirm-box .controls .ok { margin: 12px 12px 0 0; border-radius: 3px; cursor: pointer; border: 1px solid #CACE33; background-color: #CACE33; color: #FFF; float: right; display: inline-block; font-size: 12px; padding: 7px 18px; text-transform: uppercase; width: 100px; text-align: center; height: 14px; }
  232. .confirm-box .controls .cancel:hover,
  233. .confirm-box .controls .ok:hover { border: 1px solid #54BDAA; background-color: #54BDAA; /*border: 1px solid #6DB8D3; background-color: #6DB8D3;*/ color: #FFF; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); }
  234. .confirm-box .controls .cancel:active,
  235. .confirm-box .controls .ok:active { border: 1px solid #ccc; background-color: #ccc; }
  236. .confirm-box.delete .controls .ok { background-color: #ff9f89; border-color: #ff9f89; }
  237. .confirm-box.delete .controls .ok:hover { background-color: #FF6C6E; border-color: #FF6C6E; }
  238. .confirm-box .controls .keep-original:hover { color: #FFCC00; }
  239. .confirm-box .controls .keep-original:active { color: #6DB8D3; }
  240. /*.confirm-box.delete { height: 183px; }*/
  241. .confirm-box .new-title { background-color: #292929; border: 1px solid #111; color: #eee; font-family: Arial; font-size: 16px; margin-bottom: 73px; margin-left: 27px; padding: 10px 14px; width: 396px; }
  242. .confirm-box .new-title:focus { border: 1px solid #FFCC00; box-shadow: 0 0 5px 0 rgba(255, 204, 0 , 0.3); }
  243. /*.confirm-box.rename { height: 209px; } */
  244. .confirm-box.rename .message { margin-bottom: 36px; }
  245. .confirm-box.rename .controls.replace { display: none; }
  246. .confirm-box.rename.warning .controls { display: none; }
  247. .confirm-box.rename .warning { display: none; }
  248. .confirm-box.rename.warning .warning { display: inline-block; }
  249. .confirm-box.rename.warning .controls.replace { display: inline-block; }
  250. .confirm-box.rename.warning .message { padding-bottom: 0; }
  251. /*.confirm-box.archive { height: 468px; }*/
  252. .confirm-box.archive .message { margin-bottom: 38px; }
  253. .confirm-box.archive.warning .controls,
  254. .confirm-box.archive .controls.replace,
  255. .confirm-box.archive .warning { display: none; }
  256. .confirm-box.archive.warning .controls.replace,
  257. .confirm-box.archive.warning .warning { display: inline-block; }
  258. .confirm-box.archive.warning .message { margin-bottom: -31px; }
  259. .confirm-box.copy .message { margin-bottom: 0; }
  260. .confirm-box.unpack .message { margin-bottom: 0; }
  261. .confirm-box.pack .message { margin-bottom: 0; }
  262. .confirm-box .actions select { background-color: #333333; border: 1px solid #ccc; color: #fff; font-family: Arial; font-size: 16px; margin-bottom: 27px; margin-left: 27px; padding: 10px 14px; }
  263. .confirm-box .actions .title { color: #ccc; font-family: Arial; line-height: 33px; padding-left: 27px; text-transform: capitalize; }
  264. .confirm-box .actions label { cursor: pointer; padding-left: 27px; color: #ebe697; }
  265. .confirm-box.unpack .actions { padding-bottom: 30px; }
  266. .confirm-box.unpack .actions input { margin-right: 5px; }
  267. /*.confirm-box.owner-mode { height: 484px; }*/
  268. .confirm-box.owner-mode .warning { display: none; }
  269. .confirm-box.owner-mode.warning .warning { display: inline-block; }
  270. .confirm-box.owner-mode.warning .message { margin-bottom: -39px; }
  271. .confirm-box.owner-mode .message { margin-bottom: 30px; }
  272. .confirm-box.owner-mode .mode,
  273. .confirm-box.owner-mode .owner-group { display: inline-block; }
  274. .confirm-box.owner-mode .mode .col,
  275. .confirm-box.owner-mode .owner-group .col { display: inline-block; float: left; width: 150px; }
  276. .confirm-box.owner-mode .recursive { margin-top: 30px; margin-bottom: 25px; }
  277. .warning-box { width: 60%; background-color: #ff9f89; border-bottom: 5px solid #ff6c6e; color: #FFF; font-family: arial; margin-left: auto; margin-right: auto; padding-bottom: 30px; margin-bottom: 50px; left: 20%; position: absolute; top: 0; box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5); }
  278. .warning-box.inform { background-color: #72c5b2; border-color: #019174; }
  279. .warning-box .message { width: 100%; padding: 30px 0 5px; text-align: center; font-size: 14px; text-transform: uppercase; font-weight: bold; }
  280. .warning-box .message-small { width: 100%; text-align: center; font-size: 13px; color: #9D3407; }
  281. .warning-box.inform .message-small { color: #555; }
  282. .warning-box .close { width: 30px; height: 30px; top: 5px; right: -5px; background-color: #FFF; float: right; cursor: pointer; background: url("/images/flat_icons.png") repeat scroll -258px -174px; }
  283. .warning-box .close:hover { background-color: #DC5D5F; }
  284. .warning-box.inform .close:hover { background-color: #019174; }
  285. .fotorama--fullscreen .fotorama__fullscreen-icon { background-position: -64px 0 !important; }
  286. /*
  287. transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  288. -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  289. box-shadow: 0 6px 15px rgba( 0, 0, 0, 0.23), 0 10px 18px rgba( 0, 0, 0, 0.16);
  290. box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  291. box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.64);
  292. */
  293. /*
  294. Прочёл. Похоже проблема уже решена, не понял, что нужно сделать, проверить правильность решения?
  295. Вроде всё в порядке, инпут уже максимльно близко вкладывается в спан.
  296. -- Для Дмитрия (удалить после прочтения):
  297. -- Аплоад прячет инпут, делая его прозрачным, и помещая поверх кнопку html (сделано для кроссбраузерности)
  298. -- При стилизации кнопки для аплоада, важно задать такие же размеры для инпута с типом файла,
  299. -- иначе он может быть больше или меньше стилизованной кнопки, что приведёт к вызову аплоад диалогового окна
  300. -- при клике на неправильную область
  301. -- вот файл инпут ----> .fileinput-button input
  302. */
  303. .fileinput-button input {
  304. font-size: 14px !important;
  305. width: 90px;
  306. }
  307. .progress-container {
  308. width: 100%;
  309. position: fixed;
  310. bottom: 1px;
  311. }
  312. .progress-container .progress-elm {
  313. background-color: rgba(0, 0, 0, 0.5);
  314. border-radius: 3px;
  315. display: block;
  316. height: 12px;
  317. margin-left: auto;
  318. margin-right: auto;
  319. padding: 7px;
  320. width: 212px;
  321. }
  322. .progress-container .progress-elm .title {
  323. color: #fff;
  324. display: inline-block;
  325. float: left;
  326. font-family: arial;
  327. font-size: 11px;
  328. margin-left: 4px;
  329. padding-right: 14px;
  330. padding-top: 0;
  331. text-transform: uppercase;
  332. }
  333. .progress-container .progress-elm .progress {
  334. background: #ebebeb url("/images/progress.gif") no-repeat scroll -60px 0;
  335. border-color: #8a9079;
  336. border-radius: 3px;
  337. color: transparent;
  338. display: inline-block;
  339. height: 0;
  340. margin-top: 3px;
  341. padding: 3px 12px;
  342. transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  343. width: 60px;
  344. float: left;
  345. }
  346. .progress-container .progress-elm .close {
  347. background: rgba(0, 0, 0, 0) url("/images/sprite.png") repeat scroll -428px -487px;
  348. cursor: pointer;
  349. display: inline-block;
  350. float: right;
  351. height: 7px;
  352. margin-right: 3px;
  353. margin-top: 3px;
  354. width: 7px;
  355. }
  356. .progress-container .progress-elm .close:hover {
  357. border: 7px solid #333;
  358. margin-top: -4px;
  359. margin-right: -4px;
  360. background-color: #333;
  361. }
  362. .progress-container .progress-elm .close:active {
  363. border: 7px solid #FFCC00;
  364. margin-top: -4px;
  365. margin-right: -4px;
  366. background-color: #FFCC00;
  367. }
  368. .checkbox-toolbar {
  369. float: left !important;
  370. }
  371. /*W
  372. .check-label::before {
  373. background-image: url("/images/sprite.png");
  374. background-position: -232px -9px;
  375. background-repeat: no-repeat;
  376. background-size: 450px auto;
  377. content: "";
  378. display: inline-block;
  379. height: 16px;
  380. width: 16px;
  381. margin-top: -25px;
  382. border: 1px solid red;
  383. }
  384. input[type="checkbox"] {
  385. display: none;
  386. }
  387. .clicked-on.check-label::before, .checkbox-selected .check-label {
  388. background-position: -225px -42px;
  389. content: "";
  390. display: inline-block;
  391. height: 27px;
  392. left: -6px;
  393. top: -6px;
  394. width: 27px;
  395. }
  396. */
  397. @media (max-width: 1400px) {
  398. .listing li .filename { width: 35%; }
  399. }
  400. @media (max-width: 1320px) {
  401. .menu div.button.mkfile,
  402. .menu div.button.mkdir { display: none; }
  403. .menu div.button.mkfile.small,
  404. .menu div.button.mkdir.small { display: inline-block; }
  405. .listing li .filename { max-width: 30%; }
  406. }
  407. @media (max-width: 1210px) {
  408. .menu div.button.del { display: none; }
  409. .menu div.button.del.small { display: inline-block; }
  410. .listing li .filename { max-width: 25%; }
  411. }
  412. @media (max-width: 1180px) {
  413. .menu div.button { display: none; }
  414. .menu div.button.medium,
  415. .menu div.button.small { display: inline-block; }
  416. .listing li .filename { max-width: 20%; }
  417. }
  418. @media (max-width: 1080px) {
  419. .listing li .owner { display: none; }
  420. }
  421. @media (max-width: 890px) {
  422. .window { width: 100%; }
  423. .window:nth-of-type(2){ display: none; }
  424. .listing li .owner { display: inline-block; }
  425. .menu div.button { display: inline-block; }
  426. .menu div.button.small { display: none; }
  427. .menu div.copy.button { display: none; }
  428. .listing li .filename { max-width: 40%; }
  429. }
  430. @media (max-width: 720px) {
  431. .listing li .filename { max-width: 30%; }
  432. }
  433. @media (max-width: 600px) {
  434. .menu div.button { display: none; }
  435. .menu div.button.medium,
  436. .menu div.button.small { display: inline-block; }
  437. .menu div.copy.button.small { display: none; }
  438. .listing li .filename { max-width: 20%; }
  439. }
  440. @media (max-width: 520px) {
  441. .listing li .owner { display: none; }
  442. .listing li .filename { max-width: 15%; }
  443. }
  444. @media (max-width: 400px) {
  445. .listing li .mode { display: none; }
  446. .listing li .time { display: none; }
  447. .listing li .filename { max-width: 30%; }
  448. }
  449. @media (max-width: 360px) {
  450. .listing li .date { display: none; }
  451. }
  452. @media (max-width: 310px) {
  453. .listing li .size { display: none; }
  454. }
  455. .subcontext-control.hidden {
  456. display: none !important;
  457. }
  458. .subcontext-control {
  459. color: red;
  460. }
  461. .subcontext-menu-hidden {
  462. display: none;
  463. }
  464. .subcontext-menu {
  465. position: absolute;
  466. background-color: yellow;
  467. padding: 10px;
  468. border: 1px solid red;
  469. }
  470. .subcontext-menu li {
  471. /*float: left;*/
  472. }