file-manager.css 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697
  1. .elfinder-dialog-resize {
  2. margin-top: .3em;
  3. }
  4. .elfinder-resize-type {
  5. float: left;
  6. margin-bottom: .4em;
  7. }
  8. .elfinder-resize-control {
  9. padding-top: 3em;
  10. }
  11. .elfinder-resize-control input[type=text] {
  12. border: 1px solid #aaa;
  13. text-align: right;
  14. }
  15. .elfinder-resize-preview {
  16. width: 400px;
  17. height: 400px;
  18. padding: 10px;
  19. background: #fff;
  20. border: 1px solid #aaa;
  21. float: right;
  22. position: relative;
  23. overflow: auto;
  24. }
  25. .elfinder-resize-handle {
  26. position: relative;
  27. }
  28. .elfinder-resize-handle-hline {
  29. width: 100%;
  30. height: 1px!important;
  31. background-repeat: repeat-x;
  32. }
  33. .elfinder-resize-handle-vline {
  34. width: 1px!important;
  35. height: 100%;
  36. background-repeat: repeat-y;
  37. }
  38. .elfinder-resize-handle-hline-top {
  39. top: 0;
  40. left: 0;
  41. }
  42. .elfinder-resize-handle-hline-bottom {
  43. bottom: 0;
  44. left: 0;
  45. }
  46. .elfinder-resize-handle-vline-left {
  47. top: 0;
  48. left: 0;
  49. }
  50. .elfinder-resize-handle-vline-right {
  51. top: 0;
  52. right: 0;
  53. }
  54. .elfinder-resize-handle-point {
  55. position: absolute;
  56. width: 8px;
  57. height: 8px;
  58. border: 1px solid #777;
  59. background: 0 0;
  60. }
  61. .elfinder-resize-handle-point-n {
  62. top: 0;
  63. left: 50%;
  64. margin-top: -5px;
  65. margin-left: -5px;
  66. }
  67. .elfinder-resize-handle-point-ne {
  68. top: 0;
  69. right: 0;
  70. margin-top: -5px;
  71. margin-right: -5px;
  72. }
  73. .elfinder-resize-handle-point-e {
  74. top: 50%;
  75. right: 0;
  76. margin-top: -5px;
  77. margin-right: -5px;
  78. }
  79. .elfinder-resize-handle-point-se {
  80. bottom: 0;
  81. right: 0;
  82. margin-bottom: -5px;
  83. margin-right: -5px;
  84. }
  85. .elfinder-resize-handle-point-s {
  86. bottom: 0;
  87. left: 50%;
  88. margin-bottom: -5px;
  89. margin-left: -5px;
  90. }
  91. .elfinder-resize-handle-point-sw {
  92. bottom: 0;
  93. left: 0;
  94. margin-bottom: -5px;
  95. margin-left: -5px;
  96. }
  97. .elfinder-resize-handle-point-w {
  98. top: 50%;
  99. left: 0;
  100. margin-top: -5px;
  101. margin-left: -5px;
  102. }
  103. .elfinder-resize-handle-point-nw {
  104. top: 0;
  105. left: 0;
  106. margin-top: -5px;
  107. margin-left: -5px;
  108. }
  109. .elfinder-resize-spinner {
  110. position: absolute;
  111. width: 200px;
  112. height: 30px;
  113. top: 50%;
  114. margin-top: -25px;
  115. left: 50%;
  116. margin-left: -100px;
  117. text-align: center;
  118. background: url(../img/filemanager/progress.gif) center bottom repeat-x;
  119. }
  120. .elfinder-resize-row {
  121. margin-bottom: 7px;
  122. position: relative;
  123. }
  124. .elfinder-resize-label {
  125. float: left;
  126. width: 80px;
  127. padding-top: 3px;
  128. }
  129. .elfinder-resize-reset {
  130. width: 16px;
  131. height: 16px;
  132. position: absolute;
  133. margin-top: -8px;
  134. }
  135. .elfinder-dialog .elfinder-dialog-resize .ui-resizable-e {
  136. height: 100%;
  137. width: 10px;
  138. }
  139. .elfinder-dialog .elfinder-dialog-resize .ui-resizable-s {
  140. width: 100%;
  141. height: 10px;
  142. }
  143. .elfinder-dialog .elfinder-dialog-resize .ui-resizable-se {
  144. background: 0 0;
  145. bottom: 0;
  146. right: 0;
  147. margin-right: -7px;
  148. margin-bottom: -7px;
  149. }
  150. .elfinder-dialog-resize .ui-icon-grip-solid-vertical {
  151. position: absolute;
  152. top: 50%;
  153. right: 0;
  154. margin-top: -8px;
  155. margin-right: -11px;
  156. }
  157. .elfinder-dialog-resize .ui-icon-grip-solid-horizontal {
  158. position: absolute;
  159. left: 50%;
  160. bottom: 0;
  161. margin-left: -8px;
  162. margin-bottom: -11px;
  163. }
  164. .elfinder-resize-row .elfinder-buttonset {
  165. float: right;
  166. }
  167. .elfinder-resize-rotate-slider {
  168. float: left;
  169. width: 195px;
  170. margin: 7px 7px 0;
  171. }
  172. .elfinder-file-edit {
  173. width: 99%;
  174. height: 99%;
  175. margin: 0;
  176. padding: 2px;
  177. border: 1px solid #ccc;
  178. }
  179. .elfinder-help {
  180. margin-bottom: .5em;
  181. }
  182. .elfinder-help .ui-tabs-panel {
  183. padding: .5em;
  184. }
  185. .elfinder-dialog .ui-tabs .ui-tabs-nav li a {
  186. padding: .2em 1em;
  187. }
  188. .elfinder-help-shortcuts {
  189. height: 300px;
  190. padding: 1em;
  191. margin: .5em 0;
  192. overflow: auto;
  193. }
  194. .elfinder-help-shortcut {
  195. white-space: nowrap;
  196. clear: both;
  197. }
  198. .elfinder-help-shortcut-pattern {
  199. float: left;
  200. width: 160px;
  201. }
  202. .elfinder-help h3 {
  203. margin: .2em 0 .3em;
  204. }
  205. .elfinder-help-separator {
  206. clear: both;
  207. padding: .5em;
  208. }
  209. .elfinder-help-link {
  210. padding: 2px;
  211. }
  212. .elfinder-help .ui-priority-primary {
  213. margin-bottom: 7px;
  214. }
  215. .elfinder-help-team {
  216. clear: both;
  217. text-align: right;
  218. border-bottom: 1px solid #ccc;
  219. margin: .5em 0;
  220. }
  221. .elfinder-help-team div {
  222. float: left;
  223. }
  224. .elfinder-help-disabled {
  225. font-weight: 700;
  226. text-align: center;
  227. margin: 90px 0;
  228. }
  229. .elfinder-help .elfinder-dont-panic {
  230. display: block;
  231. border: 1px solid transparent;
  232. width: 200px;
  233. height: 200px;
  234. margin: 30px auto;
  235. text-decoration: none;
  236. text-align: center;
  237. position: relative;
  238. background: #d90004;
  239. background: -moz-radial-gradient(80px 80px,circle farthest-corner,#d90004 35%,#960004 100%);
  240. background: -webkit-gradient(radial,80 80,60,80 80,120,from(#d90004),to(#960004));
  241. outline: none;
  242. }
  243. .elfinder-help .elfinder-dont-panic span {
  244. font-weight: 700;
  245. text-align: center;
  246. color: #fff;
  247. position: absolute;
  248. left: 0;
  249. top: 45px;
  250. }
  251. .elfinder {
  252. padding: 0;
  253. position: relative;
  254. display: block;
  255. }
  256. .elfinder-workzone {
  257. padding: 0;
  258. position: relative;
  259. overflow: hidden;
  260. }
  261. .elfinder-drag-helper {
  262. width: 60px;
  263. height: 50px;
  264. padding: 0 0 0 25px;
  265. z-index: 100000;
  266. }
  267. .elfinder-drag-helper-plus .elfinder-drag-helper-icon-plus {
  268. display: block;
  269. }
  270. .elfinder-drag-num {
  271. position: absolute;
  272. top: 0;
  273. left: 0;
  274. width: 16px;;
  275. text-align: center;
  276. padding-top: 2px;
  277. font-weight: 700;
  278. color: #fff;
  279. font-size: 10px;
  280. background-color: red;
  281. }
  282. .elfinder-drag-helper .elfinder-cwd-icon {
  283. margin: 0 0 0 -24px;
  284. float: left;
  285. }
  286. .elfinder-overlay {
  287. opacity: 0;
  288. filter: Alpha(Opacity=0);
  289. }
  290. .elfinder .elfinder-panel {
  291. position: relative;
  292. background-image: none;
  293. padding: 7px 12px;
  294. }
  295. .elfinder-contextmenu,.elfinder-contextmenu-sub {
  296. display: none;
  297. position: absolute;
  298. color: #333;
  299. }
  300. .elfinder-contextmenu-sub {
  301. top: 5px;
  302. }
  303. .elfinder-contextmenu-ltr .elfinder-contextmenu-sub {
  304. margin-left: -5px;
  305. }
  306. .elfinder-contextmenu-item {
  307. display: block;
  308. text-decoration: none;
  309. white-space: nowrap;
  310. cursor: default;
  311. }
  312. .elfinder-contextmenu .elfinder-contextmenu-item span {
  313. display: block;
  314. color: #000;
  315. }
  316. .elfinder-contextmenu-ltr .elfinder-contextmenu-item {
  317. text-align: left;
  318. }
  319. .elfinder-contextmenu-ltr .elfinder-contextmenu-sub .elfinder-contextmenu-item {
  320. padding-left: 12px;
  321. }
  322. .elfinder-contextmenu-arrow,.elfinder-contextmenu-icon {
  323. position: absolute;
  324. top: 50%;
  325. margin-top: -8px;
  326. }
  327. .elfinder-contextmenu-ltr .elfinder-contextmenu-icon {
  328. display: none !important;
  329. }
  330. .elfinder-contextmenu-ltr .elfinder-contextmenu-arrow {
  331. right: 5px;
  332. }
  333. .elfinder-contextmenu .ui-state-hover {
  334. border: 0 solid;
  335. background-image: none;
  336. }
  337. .elfinder-contextmenu-separator {
  338. height: 0;
  339. border-top: 1px solid rgba(0, 0, 0, 0.13);
  340. margin: 0 1px;
  341. }
  342. .elfinder-cwd-wrapper {
  343. overflow: auto;
  344. position: relative;
  345. padding: 2px;
  346. padding: 10px 5px;
  347. }
  348. .elfinder-cwd-wrapper-list {
  349. padding: 0;
  350. }
  351. .elfinder-cwd {
  352. position: relative;
  353. cursor: default;
  354. padding: 0;
  355. margin: 0;
  356. -moz-user-select: -moz-none;
  357. -khtml-user-select: none;
  358. -webkit-user-select: none;
  359. user-select: none;
  360. }
  361. .elfinder-cwd-view-icons .elfinder-cwd-file {
  362. width: 90px;
  363. height: 80px;
  364. padding-bottom: 2px;
  365. cursor: default;
  366. }
  367. .elfinder-ltr .elfinder-cwd-view-icons .elfinder-cwd-file {
  368. float: left;
  369. margin: 0 5px 12px;
  370. background: rgba(0,0,0,0.1);
  371. }
  372. .elfinder-cwd-view-icons .elfinder-cwd-file:hover {
  373. background: rgba(0, 0, 0, 0.2);
  374. }
  375. .elfinder-cwd-view-icons .elfinder-cwd-file.ui-selected {
  376. background: rgba(0, 0, 0, 0.3);
  377. }
  378. .elfinder-cwd table .ui-selected {
  379. background: rgba(255,255,255,0.3) !important;
  380. }
  381. .elfinder-cwd-view-icons .elfinder-cwd-file-wrapper {
  382. width: 52px;
  383. height: 52px;
  384. margin: 1px auto;
  385. padding: 2px;
  386. position: relative;
  387. }
  388. .elfinder-cwd-filename {
  389. color: #fff;
  390. }
  391. .elfinder-cwd-view-icons .elfinder-cwd-filename {
  392. text-align: center;
  393. white-space: pre;
  394. overflow: hidden;
  395. text-overflow: ellipsis;
  396. -o-text-overflow: ellipsis;
  397. margin: 8px 0px 0;
  398. padding: 1px 3px;
  399. font-size: 12px;
  400. background: rgba(0,0,0,0.25);
  401. text-shadow: none;
  402. }
  403. .elfinder-cwd-filename input {
  404. color: #333;
  405. }
  406. .elfinder-cwd-view-icons .elfinder-perms {
  407. bottom: 4px;
  408. right: 2px;
  409. }
  410. .elfinder-cwd-view-icons .elfinder-symlink {
  411. bottom: 6px;
  412. left: 0;
  413. }
  414. .elfinder-cwd-icon {
  415. display: block;
  416. width: 48px;
  417. height: 48px;
  418. margin: 0 auto;
  419. -moz-background-clip: padding;
  420. -webkit-background-clip: padding-box;
  421. background-clip: padding-box;
  422. opacity: 0.9;
  423. }
  424. .elfinder-cwd .elfinder-droppable-active .elfinder-cwd-icon {
  425. border: 2px dashed #000;
  426. opacity: 0.5;
  427. border-radius: 10px;
  428. }
  429. .elfinder-navbar-wrapper .elfinder-droppable-active {
  430. opacity: 0.5;
  431. }
  432. .elfinder-cwd-icon-directory {
  433. background: url(../img/filemanager/icon/folder.png) center no-repeat;
  434. }
  435. .elfinder-cwd-icon-application {
  436. background: url(../img/filemanager/icon/exe.png) center no-repeat;
  437. }
  438. .elfinder-cwd-icon-x-empty,.elfinder-cwd-icon-text,
  439. .elfinder-cwd-icon-vnd-oasis-opendocument-text,
  440. .elfinder-cwd-icon-vnd-oasis-opendocument-text-master,
  441. .elfinder-cwd-icon-vnd-oasis-opendocument-text-template,
  442. .elfinder-cwd-icon-vnd-oasis-opendocument-text-web {
  443. background: url(../img/filemanager/icon/txt.png) center no-repeat;
  444. }
  445. .elfinder-cwd-icon-vnd-adobe-photoshop,.elfinder-cwd-icon-postscript, .elfinder-cwd-icon-image {
  446. background: url(../img/filemanager/icon/psd.png) center no-repeat;
  447. margin-top: 4px;
  448. }
  449. .elfinder-cwd-icon-audio {
  450. background: url(../img/filemanager/icon/mp3.png) center no-repeat;
  451. }
  452. .elfinder-cwd-icon-video {
  453. background: url(../img/filemanager/icon/video.png) center no-repeat;
  454. }
  455. .elfinder-cwd-icon-flash-video, .elfinder-cwd-icon-x-shockwave-flash {
  456. background: url(../img/filemanager/icon/flash.png) center no-repeat;
  457. }
  458. .elfinder-cwd-icon-rtf,.elfinder-cwd-icon-rtfd {
  459. background-position: 0 -401px;
  460. }
  461. .elfinder-cwd-icon-pdf {
  462. background: url(../img/filemanager/icon/pdf.png) center no-repeat;
  463. }
  464. .elfinder-cwd-icon-ms-excel,
  465. .elfinder-cwd-icon-vnd-ms-excel,
  466. .elfinder-cwd-icon-vnd-ms-excel-addin-macroEnabled-12,
  467. .elfinder-cwd-icon-vnd-ms-excel-sheet-binary-macroEnabled-12,
  468. .elfinder-cwd-icon-vnd-ms-excel-sheet-macroEnabled-12,
  469. .elfinder-cwd-icon-vnd-ms-excel-template-macroEnabled-12,
  470. .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet,
  471. .elfinder-cwd-icon-vnd-oasis-opendocument-spreadsheet-template,
  472. .elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-sheet,
  473. .elfinder-cwd-icon-vnd-openxmlformats-officedocument-spreadsheetml-template {
  474. background: url(../img/filemanager/icon/xls.png) center no-repeat;
  475. }
  476. .elfinder-cwd-icon-msword,
  477. .elfinder-cwd-icon-vnd-ms-office,
  478. .elfinder-cwd-icon-vnd-ms-word,
  479. .elfinder-cwd-icon-vnd-ms-word-document-macroEnabled-12,
  480. .elfinder-cwd-icon-vnd-ms-word-template-macroEnabled-12,
  481. .elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-document,
  482. .elfinder-cwd-icon-vnd-openxmlformats-officedocument-wordprocessingml-template {
  483. background: url(../img/filemanager/icon/doc.png) center no-repeat;
  484. }
  485. .elfinder-cwd-icon-vnd-ms-powerpoint,
  486. .elfinder-cwd-icon-vnd-ms-powerpoint-addin-macroEnabled-12,
  487. .elfinder-cwd-icon-vnd-ms-powerpoint-presentation-macroEnabled-12,
  488. .elfinder-cwd-icon-vnd-ms-powerpoint-slide-macroEnabled-12,
  489. .elfinder-cwd-icon-vnd-ms-powerpoint-slideshow-macroEnabled-12,
  490. .elfinder-cwd-icon-vnd-ms-powerpoint-template-macroEnabled-12,
  491. .elfinder-cwd-icon-vnd-oasis-opendocument-presentation,
  492. .elfinder-cwd-icon-vnd-oasis-opendocument-presentation-template,
  493. .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-presentation,
  494. .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slide,
  495. .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-slideshow,
  496. .elfinder-cwd-icon-vnd-openxmlformats-officedocument-presentationml-template {
  497. background: url(../img/filemanager/icon/ppt.png) center no-repeat;
  498. }
  499. .elfinder-cwd-icon-html {
  500. background: url(../img/filemanager/icon/html.png) center no-repeat;
  501. }
  502. .elfinder-cwd-icon-css {
  503. background: url(../img/filemanager/icon/css.png) center no-repeat;
  504. }
  505. .elfinder-cwd-icon-javascript,.elfinder-cwd-icon-x-javascript {
  506. background: url(../img/filemanager/icon/js.png) center no-repeat;
  507. }
  508. .elfinder-cwd-icon-x-perl {
  509. background: url(../img/filemanager/icon/perl.png) center no-repeat;
  510. }
  511. .elfinder-cwd-icon-x-python {
  512. background: url(../img/filemanager/icon/py.png) center no-repeat;
  513. }
  514. .elfinder-cwd-icon-x-php {
  515. background: url(../img/filemanager/icon/php.png) center no-repeat;
  516. }
  517. .elfinder-cwd-icon-xml {
  518. background: url(../img/filemanager/icon/xml.png) center no-repeat;
  519. }
  520. .elfinder-cwd-icon-zip,.elfinder-cwd-icon-x-zip,.elfinder-cwd-icon-x-7z-compressed {
  521. background: url(../img/filemanager/icon/zip.png) center no-repeat;
  522. }
  523. .elfinder-cwd-icon-x-rar, .elfinder-cwd-icon-x-bzip,.elfinder-cwd-icon-x-bzip2, .elfinder-cwd-icon-x-rar-compressed, .elfinder-cwd-icon-x-gzip,.elfinder-cwd-icon-x-tar, {
  524. background: url(../img/filemanager/icon/rar.png) center no-repeat;
  525. }
  526. .elfinder-cwd-icon-unknown {
  527. background: url(../img/filemanager/icon/file.png) center no-repeat;
  528. }
  529. .elfinder-cwd input {
  530. width: 100%;
  531. border: 0 solid;
  532. margin: 0;
  533. padding: 0;
  534. }
  535. .elfinder-cwd-view-icons input,.elfinder-cwd-view-icons {
  536. text-align: center;
  537. }
  538. .elfinder-cwd table {
  539. width: 100%;
  540. border-collapse: collapse;
  541. border: 0 solid;
  542. margin: 0 0 10px;
  543. }
  544. .elfinder .elfinder-cwd table thead tr {
  545. border-left: 0 solid;
  546. border-top: 0 solid;
  547. border-right: 0 solid;
  548. }
  549. .elfinder .elfinder-cwd table td {
  550. padding: 3px 12px;
  551. white-space: pre;
  552. overflow: hidden;
  553. text-align: right;
  554. cursor: default;
  555. border: 0 solid;
  556. font-weight: normal;
  557. }
  558. .elfinder-ltr .elfinder-cwd table td {
  559. text-align: right;
  560. }
  561. .elfinder-ltr .elfinder-cwd table td:first-child {
  562. text-align: left;
  563. }
  564. .elfinder-odd-row {
  565. background: #eee;
  566. }
  567. .elfinder-cwd-view-list .elfinder-cwd-file-wrapper {
  568. width: 97%;
  569. position: relative;
  570. }
  571. .elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-file-wrapper {
  572. padding-left: 23px;
  573. }
  574. .elfinder-cwd-view-list .elfinder-perms,.elfinder-cwd-view-list .elfinder-symlink {
  575. top: 50%;
  576. margin-top: -6px;
  577. }
  578. .elfinder-ltr .elfinder-cwd-view-list .elfinder-perms {
  579. left: 7px;
  580. }
  581. .elfinder-ltr .elfinder-cwd-view-list .elfinder-symlink {
  582. left: -7px;
  583. }
  584. .elfinder-cwd-view-list td .elfinder-cwd-icon {
  585. width: 20px;
  586. height: 20px;
  587. position: absolute;
  588. top: 50%;
  589. margin-top: -10px;
  590. background-size: 17px;
  591. }
  592. .elfinder-ltr .elfinder-cwd-view-list .elfinder-cwd-icon {
  593. left: -4px;
  594. }
  595. .std42-dialog {
  596. padding: 0;
  597. position: absolute;
  598. left: auto;
  599. right: auto;
  600. box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  601. background: rgba(0, 0, 0, 0.91);
  602. }
  603. .std42-dialog .ui-dialog-titlebar-close {
  604. float: right;
  605. opacity: .3;
  606. font-size: 16px;
  607. }
  608. .std42-dialog .ui-dialog-titlebar-close:hover {
  609. opacity: 1;
  610. }
  611. .std42-dialog .ui-dialog-content {
  612. padding: .3em .5em;
  613. }
  614. .elfinder-dialog .ui-resizable-e,.elfinder-dialog .ui-resizable-s {
  615. width: 0;
  616. height: 0;
  617. }
  618. .std42-dialog .ui-button input {
  619. cursor: pointer;
  620. }
  621. .elfinder-dialog-error .ui-dialog-content,.elfinder-dialog-confirm .ui-dialog-content {
  622. padding: 15px;
  623. min-height: 35px;
  624. }
  625. .elfinder-dialog-notify .ui-dialog-titlebar-close, .elfinder-dialog-notify {
  626. display: none;
  627. }
  628. .elfinder-dialog-notify .ui-dialog-content {
  629. padding: 0;
  630. }
  631. .elfinder-notify {
  632. border-bottom: 1px solid #ccc;
  633. position: relative;
  634. padding: .5em;
  635. text-align: center;
  636. overflow: hidden;
  637. }
  638. .elfinder-notify:last-child {
  639. border: 0 solid;
  640. }
  641. .elfinder-notify-progressbar {
  642. width: 180px;
  643. margin: 5px auto;
  644. overflow: hidden;
  645. padding: 1px;
  646. }
  647. .elfinder-notify-progress {
  648. width: 100%;
  649. height: 8px;
  650. background: url(../img/filemanager/progress.gif) center center repeat-x;
  651. }
  652. .elfinder-info-title .elfinder-cwd-icon {
  653. float: left;
  654. width: 48px;
  655. height: 48px;
  656. margin-right: 1em;
  657. }
  658. .elfinder-info-title strong {
  659. display: block;
  660. padding: .3em 0 .5em;
  661. }
  662. .elfinder-info-tb {
  663. min-width: 200px;
  664. border: 0 solid;
  665. margin: 1em .2em;
  666. }
  667. .elfinder-info-tb td {
  668. white-space: nowrap;
  669. padding: 2px;
  670. }
  671. .elfinder-info-tb tr td:first-child {
  672. text-align: right;
  673. }
  674. .elfinder-info-tb span {
  675. float: left;
  676. }
  677. .elfinder-info-tb a {
  678. outline: none;
  679. text-decoration: underline;
  680. }
  681. .elfinder-info-tb a:hover {
  682. text-decoration: none;
  683. }
  684. .elfinder-info-spinner {
  685. width: 14px;
  686. height: 14px;
  687. float: left;
  688. background: url("../img/filemanager/spinner-mini.gif") center center no-repeat;
  689. margin: 0 5px;
  690. background-size: 14px;
  691. }
  692. .elfinder-netmount-tb {
  693. margin: 0 auto;
  694. }
  695. .elfinder-netmount-tb input {
  696. border: 1px solid #ccc;
  697. }
  698. .elfinder-upload-dropbox {
  699. text-align: center;
  700. padding: 2em 0;
  701. border: 3px dashed #aaa;
  702. }
  703. .elfinder-upload-dropbox.ui-state-hover {
  704. background: #dfdfdf;
  705. border: 3px dashed #555;
  706. }
  707. .elfinder-upload-dialog-or {
  708. margin: .3em 0;
  709. text-align: center;
  710. }
  711. .elfinder-upload-dialog-wrapper {
  712. text-align: center;
  713. }
  714. .elfinder-upload-dialog-wrapper .ui-button {
  715. position: relative;
  716. overflow: hidden;
  717. }
  718. .elfinder-upload-dialog-wrapper .ui-button form {
  719. position: absolute;
  720. right: 0;
  721. top: 0;
  722. opacity: 0;
  723. filter: Alpha(Opacity=0);
  724. }
  725. .elfinder-upload-dialog-wrapper .ui-button form input {
  726. padding: 0 20px;
  727. }
  728. .dialogelfinder .dialogelfinder-drag {
  729. border-left: 0 solid;
  730. border-top: 0 solid;
  731. border-right: 0 solid;
  732. font-weight: 400;
  733. padding: 2px 12px;
  734. cursor: move;
  735. position: relative;
  736. text-align: left;
  737. }
  738. .dialogelfinder-drag-close {
  739. position: absolute;
  740. top: 50%;
  741. margin-top: -8px;
  742. }
  743. .elfinder-ltr .dialogelfinder-drag-close {
  744. right: 12px;
  745. }
  746. .std42-dialog .ui-dialog-titlebar {
  747. font-size: 12px;
  748. line-height: 100%;
  749. text-transform: uppercase;
  750. padding: 10px 13px;
  751. border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  752. cursor: move;
  753. }
  754. .elfinder .elfinder-navbar {
  755. width: 230px;
  756. padding: 10px 0;
  757. background-image: none;
  758. border-top: 0 solid;
  759. border-bottom: 0 solid;
  760. overflow: auto;
  761. display: none;
  762. position: relative;
  763. -moz-user-select: none;
  764. -khtml-user-select: none;
  765. -webkit-user-select: none;
  766. user-select: none;
  767. border-right: 1px solid rgba(255,255,255,0.15);
  768. }
  769. .elfinder-ltr .elfinder-navbar {
  770. float: left;
  771. border-left: 0 solid;
  772. }
  773. .elfinder-ltr .ui-resizable-e {
  774. margin-left: 10px;
  775. }
  776. .elfinder-tree {
  777. display: table;
  778. width: 100%;
  779. margin: 0 0 .5em;
  780. }
  781. .elfinder-navbar-dir {
  782. position: relative;
  783. display: block;
  784. white-space: nowrap;
  785. padding: 3px 12px 2px;
  786. margin: 0;
  787. outline: 0 solid;
  788. border: 1px solid transparent;
  789. cursor: default;
  790. }
  791. .elfinder-ltr .elfinder-navbar-dir {
  792. padding-left: 52px;
  793. }
  794. .elfinder-ltr .elfinder-navbar-dir:hover {
  795. cursor: pointer;
  796. }
  797. .elfinder-navbar-arrow {
  798. width: 12px;
  799. height: 14px;
  800. position: absolute;
  801. display: none;
  802. top: 6px;
  803. left: 14px;
  804. background-image: url("../img/filemanager/arrows.png");
  805. background-repeat: no-repeat;
  806. }
  807. .elfinder-navbar-collapsed .elfinder-navbar-arrow {
  808. display: block;
  809. }
  810. .elfinder-navbar-expanded .elfinder-navbar-arrow {
  811. background-position: 0 -29px;
  812. left: 13px;
  813. top: 2px;
  814. }
  815. .ui-dialog-buttonpane .btn {
  816. margin-right: 3px;
  817. }
  818. .elfinder-navbar-icon {
  819. width: 16px;
  820. height: 16px;
  821. position: absolute;
  822. top: 50%;
  823. margin-top: -9px;
  824. background-image: url(../img/icon/folder-sm.png);
  825. background-repeat: no-repeat;
  826. opacity: 0.8;
  827. }
  828. .elfinder-ltr .elfinder-navbar-icon {
  829. left: 28px;
  830. }
  831. .elfinder-navbar-subtree {
  832. display: none;
  833. }
  834. .elfinder-ltr .elfinder-navbar-subtree {
  835. margin-left: 12px;
  836. }
  837. .elfinder-navbar-spinner {
  838. width: 14px;
  839. height: 14px;
  840. position: absolute;
  841. display: block;
  842. top: 50%;
  843. margin-top: -7px;
  844. background: url("../img/filemanager/spinner-mini.gif") center center no-repeat;
  845. }
  846. .elfinder-ltr .elfinder-navbar-spinner {
  847. left: 0;
  848. margin-left: -2px;
  849. }
  850. .elfinder-navbar .elfinder-perms {
  851. top: 50%;
  852. margin-top: -8px;
  853. }
  854. .elfinder-ltr .elfinder-navbar .elfinder-perms {
  855. left: 18px;
  856. }
  857. .elfinder-ltr .elfinder-navbar .elfinder-symlink {
  858. left: 8px;
  859. }
  860. .elfinder-navbar .ui-resizable-handle {
  861. width: 8px;
  862. left: 0;
  863. position: absolute;
  864. height: 100%;
  865. cursor: e-resize;
  866. }
  867. .elfinder-nav-handle-icon {
  868. position: absolute;
  869. top: 50%;
  870. margin: -8px 2px 0;
  871. opacity: .5;
  872. filter: Alpha(Opacity=50);
  873. }
  874. .elfinder-places {
  875. border: 1px solid transparent;
  876. }
  877. .elfinder-quicklook {
  878. position: absolute;
  879. background: #333;
  880. background: rgba(0,0,0,0.9);
  881. display: none;
  882. overflow: hidden;
  883. padding: 20px 0 40px;
  884. border-radius: 3px;
  885. }
  886. .elfinder-quicklook .ui-resizable-se {
  887. width: 14px;
  888. height: 14px;
  889. right: 5px;
  890. bottom: 3px;
  891. background: url(../img/filemanager/resize-preview.png) no-repeat center;
  892. position: absolute;
  893. }
  894. .elfinder-quicklook-fullscreen {
  895. -webkit-background-clip: padding-box;
  896. padding: 0;
  897. background: #000;
  898. z-index: 90000;
  899. display: block;
  900. }
  901. .elfinder-quicklook-fullscreen .elfinder-quicklook-titlebar {
  902. display: none;
  903. }
  904. .elfinder-quicklook-fullscreen .elfinder-quicklook-preview {
  905. border: 0 solid;
  906. }
  907. .elfinder-quicklook-titlebar {
  908. text-align: center;
  909. background: #383838;
  910. position: absolute;
  911. left: 0;
  912. top: 0;
  913. width: 100%;
  914. height: 20px;
  915. cursor: move;
  916. }
  917. .elfinder-quicklook-title {
  918. color: #fff;
  919. white-space: nowrap;
  920. overflow: hidden;
  921. padding: 2px 0;
  922. }
  923. .elfinder-quicklook-titlebar .ui-icon {
  924. position: absolute;
  925. right: 3px;
  926. top: 1px;
  927. width: 16px;
  928. height: 16px;
  929. cursor: pointer;
  930. }
  931. .elfinder-quicklook-titlebar .ui-icon:before {
  932. content: "\f00d";
  933. font-family: FontAwesome;
  934. font-size: 10px;
  935. color: #797979;
  936. }
  937. .elfinder-quicklook-preview {
  938. overflow: hidden;
  939. position: relative;
  940. border: 0 solid;
  941. border-left: 1px solid transparent;
  942. border-right: 1px solid transparent;
  943. height: 100%;
  944. }
  945. .elfinder-quicklook-info-wrapper {
  946. position: absolute;
  947. width: 100%;
  948. left: 0;
  949. top: 50%;
  950. margin-top: -50px;
  951. }
  952. .elfinder-quicklook-info {
  953. padding: 0 12px 0 112px;
  954. }
  955. .elfinder-quicklook-info .elfinder-quicklook-info-data:first-child {
  956. color: #fff;
  957. font-weight: 700;
  958. padding-bottom: .5em;
  959. }
  960. .elfinder-quicklook-info-data {
  961. padding-bottom: .2em;
  962. color: #fff;
  963. }
  964. .elfinder-quicklook .elfinder-cwd-icon {
  965. position: absolute;
  966. left: 32px;
  967. top: 50%;
  968. margin-top: -20px;
  969. }
  970. .elfinder-quicklook-preview img {
  971. display: block;
  972. margin: 0 auto;
  973. }
  974. .elfinder-quicklook-navbar {
  975. position: absolute;
  976. left: 50%;
  977. bottom: 4px;
  978. width: 140px;
  979. height: 32px;
  980. padding: 0;
  981. margin-left: -70px;
  982. border: 1px solid transparent;
  983. }
  984. .elfinder-quicklook-fullscreen .elfinder-quicklook-navbar {
  985. width: 188px;
  986. margin-left: -94px;
  987. padding: 4px 5px 0px;
  988. border: 1px solid #eee;
  989. background: #000;
  990. height: 40px;
  991. overflow: hidden;
  992. }
  993. .elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-icon-close,.elfinder-quicklook-fullscreen .elfinder-quicklook-navbar-separator {
  994. display: inline;
  995. }
  996. .elfinder-quicklook-navbar-icon {
  997. width: 32px;
  998. height: 32px;
  999. margin: 0 7px;
  1000. float: left;
  1001. background: url("../img/filemanager/quicklook-icons.png") 0 0 no-repeat;
  1002. }
  1003. .elfinder-quicklook-navbar-icon-next {
  1004. background-position: 0px -32px;
  1005. }
  1006. .elfinder-quicklook-navbar-icon-fullscreen {
  1007. background-position: 0px -64px;
  1008. }
  1009. .elfinder-quicklook-navbar-icon-fullscreen-off {
  1010. background-position: 0px -96px;
  1011. }
  1012. .elfinder-quicklook-navbar-icon-close {
  1013. display: none;
  1014. }
  1015. .elfinder-quicklook-navbar-separator {
  1016. width: 1px;
  1017. height: 32px;
  1018. float: left;
  1019. border-left: 1px solid #fff;
  1020. display: none;
  1021. }
  1022. .elfinder-quicklook-preview-text-wrapper {
  1023. width: 100%;
  1024. height: 100%;
  1025. background: #fff;
  1026. color: #222;
  1027. overflow: auto;
  1028. }
  1029. pre.elfinder-quicklook-preview-text {
  1030. margin: 0;
  1031. padding: 3px 9px;
  1032. }
  1033. .elfinder-quicklook-preview-html,.elfinder-quicklook-preview-pdf {
  1034. width: 100%;
  1035. height: 100%;
  1036. background: #fff;
  1037. border: 0 solid;
  1038. margin: 0;
  1039. }
  1040. .elfinder-quicklook-preview-flash {
  1041. width: 100%;
  1042. height: 100%;
  1043. }
  1044. .elfinder-quicklook-preview-audio {
  1045. width: 100%;
  1046. position: absolute;
  1047. bottom: 0;
  1048. left: 0;
  1049. }
  1050. embed.elfinder-quicklook-preview-audio {
  1051. height: 30px;
  1052. background: 0 0;
  1053. }
  1054. .elfinder-quicklook-preview-video {
  1055. width: 100%;
  1056. height: 100%;
  1057. }
  1058. .elfinder-statusbar {
  1059. text-align: center;
  1060. font-weight: 400;
  1061. padding: .2em .5em;
  1062. border-right: 0 solid transparent;
  1063. border-bottom: 0 solid transparent;
  1064. border-left: 0 solid transparent;
  1065. }
  1066. .elfinder-statusbar a {
  1067. text-decoration: none;
  1068. }
  1069. .elfinder-path {
  1070. max-width: 30%;
  1071. white-space: nowrap;
  1072. overflow: hidden;
  1073. text-overflow: ellipsis;
  1074. -o-text-overflow: ellipsis;
  1075. }
  1076. .elfinder-ltr .elfinder-path {
  1077. float: left;
  1078. }
  1079. .elfinder-stat-size {
  1080. white-space: nowrap;
  1081. }
  1082. .elfinder-ltr .elfinder-stat-size {
  1083. float: right;
  1084. }
  1085. .elfinder-stat-selected {
  1086. white-space: nowrap;
  1087. overflow: hidden;
  1088. }
  1089. .elfinder-toolbar {
  1090. border-bottom: 1px solid rgba(255,255,255,0.15);
  1091. height: 50px !important;
  1092. padding: 7px 10px 0 12px;
  1093. }
  1094. .elfinder-buttonset {
  1095. margin: 0 10px 0 0;
  1096. float: left;
  1097. background: 0 0;
  1098. padding: 0;
  1099. }
  1100. .elfinder .elfinder-button {
  1101. padding: 4px;
  1102. float: left;
  1103. position: relative;
  1104. cursor: pointer;
  1105. }
  1106. .elfinder .elfinder-button:hover {
  1107. background: rgba(0, 0, 0, 0.15);
  1108. }
  1109. .elfinder-button.ui-state-disabled:hover {
  1110. background: none;
  1111. cursor: default;
  1112. }
  1113. .elfinder .ui-icon-search {
  1114. cursor: pointer;
  1115. }
  1116. .elfinder-button:first-child {
  1117. }
  1118. .elfinder-button:last-child {
  1119. }
  1120. .elfinder-toolbar-button-separator {
  1121. float: left;
  1122. padding: 0;
  1123. height: 24px;
  1124. border-top: 0 solid;
  1125. border-right: 0 solid;
  1126. border-bottom: 0 solid;
  1127. width: 0;
  1128. }
  1129. .elfinder .elfinder-button.ui-state-disabled {
  1130. opacity: 1;
  1131. filter: Alpha(Opacity=100);
  1132. }
  1133. .elfinder .elfinder-button.ui-state-disabled .elfinder-button-icon, .ui-state-disabled {
  1134. opacity: .2;
  1135. filter: Alpha(Opacity=20);
  1136. }
  1137. .elfinder-button-icon {
  1138. width: 25px;
  1139. height: 25px;
  1140. display: block;
  1141. background-position: center center;
  1142. background-repeat: no-repeat;
  1143. }
  1144. .elfinder-button-icon-home {
  1145. background-image: url(../img/icon/home.png);
  1146. }
  1147. .elfinder-button-icon-back {
  1148. background-image: url(../img/icon/back.png);
  1149. }
  1150. .elfinder-button-icon-forward {
  1151. background-image: url(../img/icon/forwad.png);
  1152. }
  1153. .elfinder-button-icon-back, .elfinder-button-icon-forward {
  1154. width: 20px;
  1155. }
  1156. .elfinder-button-icon-reload {
  1157. background-image: url(../img/icon/refresh.png);
  1158. }
  1159. .elfinder-button-icon-open {}
  1160. .elfinder-button-icon-mkdir {
  1161. background-image: url(../img/icon/folder.png);
  1162. }
  1163. .elfinder-button-icon-mkfile {
  1164. background-image: url(../img/icon/file.png);
  1165. }
  1166. .elfinder-button-icon-upload {
  1167. background-image: url(../img/icon/upload.png);
  1168. }
  1169. .elfinder-button-icon-view {
  1170. background-image: url(../img/icon/icon-view.png);
  1171. }
  1172. .elfinder-button-icon-view-list {
  1173. background-image: url(../img/icon/list-view.png);
  1174. }
  1175. .elfinder-button-icon-resize.elfinder-contextmenu-icon, .elfinder-button-icon-resize.elfinder-contextmenu-icon + span {
  1176. display: none !important;
  1177. }
  1178. .elfinder-button-icon-sort {
  1179. background-image: url(../img/icon/sorting.png);
  1180. }
  1181. .elfinder .elfinder-menubutton {
  1182. overflow: visible;
  1183. }
  1184. .elfinder-button-menu {
  1185. position: absolute;
  1186. left: 0;
  1187. top: 25px;
  1188. padding: 3px 0;
  1189. }
  1190. .elfinder-button-menu, .elfinder-contextmenu {
  1191. box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  1192. }
  1193. .elfinder-button-menu-item, .elfinder-contextmenu-item {
  1194. padding: 3px 12px;
  1195. position: relative;
  1196. min-width: 130px;
  1197. cursor: pointer;
  1198. }
  1199. .elfinder-button-menu .ui-state-hover {
  1200. border: 0 solid;
  1201. }
  1202. .elfinder-button-menu-item-separated {
  1203. border-top: 1px solid #ccc;
  1204. }
  1205. .elfinder-button-menu-item .ui-icon {
  1206. width: 16px;
  1207. height: 16px;
  1208. position: absolute;
  1209. left: 2px;
  1210. top: 50%;
  1211. margin-top: -8px;
  1212. display: none;
  1213. }
  1214. .elfinder-button-menu-item-selected .ui-icon {
  1215. display: block;
  1216. }
  1217. .elfinder-button-menu-item-selected-asc .ui-icon-arrowthick-1-n,.elfinder-button-menu-item-selected-desc .ui-icon-arrowthick-1-s {
  1218. display: none;
  1219. }
  1220. .elfinder-button form {
  1221. position: absolute;
  1222. top: 0;
  1223. right: 0;
  1224. opacity: 0;
  1225. filter: Alpha(Opacity=0);
  1226. cursor: pointer;
  1227. }
  1228. .elfinder .elfinder-button form input {
  1229. background: 0 0;
  1230. cursor: default;
  1231. height: 28px;
  1232. cursor: pointer;
  1233. width: 30px;
  1234. }
  1235. .elfinder .elfinder-button-search {
  1236. border: 0 solid;
  1237. background: 0 0;
  1238. padding: 0;
  1239. float: right;
  1240. }
  1241. .elfinder-button-search:hover {
  1242. background: none !important;
  1243. }
  1244. .elfinder-ltr .elfinder-button-search {
  1245. float: right;
  1246. margin-right: 3px;
  1247. }
  1248. .file-search {
  1249. height: 27px;
  1250. margin-top: 4px;
  1251. background: transparent;
  1252. box-shadow: none;
  1253. border: 1px solid rgba(255, 255, 255, 0.25);
  1254. padding: 0 5px;
  1255. }
  1256. .elfinder-button-search .ui-icon {
  1257. position: absolute;
  1258. height: 18px;
  1259. top: 50%;
  1260. margin: -9px 4px 0;
  1261. }
  1262. .elfinder-button-search .ui-icon.icon-close {
  1263. font-size: 15px;
  1264. top: 16px;
  1265. right: 24px;
  1266. opacity: 0.8;
  1267. }
  1268. .elfinder-ltr .elfinder-button-search .ui-icon-search {
  1269. right: 0;
  1270. width: 23px;
  1271. height: 27px;
  1272. text-align: center;
  1273. padding-top: 1px;
  1274. top: 13px;
  1275. background: url(../img/icon/search-sm.png) no-repeat center;
  1276. }
  1277. .elfinder-ltr .elfinder-navbar-dir:hover {
  1278. background: rgba(255, 255, 255, 0.15);
  1279. }
  1280. .elfinder-navbar .ui-state-active, .elfinder-navbar .ui-state-active:hover {
  1281. background: rgba(0,0,0,0.15);
  1282. }
  1283. .elfinder-cwd table thead {
  1284. font-weight: bold;
  1285. }
  1286. .elfinder-cwd table tbody tr:nth-child(odd) {
  1287. background-color: rgba(0, 0, 0, 0.1);
  1288. }
  1289. .elfinder .elfinder-statusbar {
  1290. border-top: 1px solid rgba(255,255,255,0.15);
  1291. font-size: 12px;
  1292. padding: 3px 12px;
  1293. border-bottom: 1px solid rgba(255,255,255,0.15);
  1294. }
  1295. .elfinder .elfinder-statusbar a {
  1296. text-decoration:none;
  1297. }
  1298. .std42-dialog .elfinder-help, .std42-dialog .elfinder-help .ui-widget-content {
  1299. background:#fff;
  1300. }
  1301. /* Icons for Higher DPI */
  1302. @media
  1303. only screen and (-webkit-min-device-pixel-ratio: 2),
  1304. only screen and ( min--moz-device-pixel-ratio: 2),
  1305. only screen and ( -o-min-device-pixel-ratio: 2/1),
  1306. only screen and ( min-device-pixel-ratio: 2),
  1307. only screen and ( min-resolution: 192dpi),
  1308. only screen and ( min-resolution: 2dppx) {
  1309. .elfinder-button-icon-home {
  1310. background-image: url(../img/icon/home.png);
  1311. background-size: 25px 25px;
  1312. }
  1313. .elfinder-button-icon-back {
  1314. background-image: url(../img/icon/back@2x.png);
  1315. background-size: 12px 20px;
  1316. }
  1317. .elfinder-button-icon-forward {
  1318. background-image: url(../img/icon/forwad@2x.png);
  1319. background-size: 12px 20px;
  1320. }
  1321. .elfinder-button-icon-reload {
  1322. background-image: url(../img/icon/refresh@2x.png);
  1323. background-size: 18px 19px;
  1324. }
  1325. .elfinder-button-icon-mkdir {
  1326. background-image: url(../img/icon/folder@2x.png);
  1327. background-size: 23px 21px;
  1328. }
  1329. .elfinder-button-icon-mkfile {
  1330. background-image: url(../img/icon/file@2x.png);
  1331. background-size: 19px 21px;
  1332. }
  1333. .elfinder-button-icon-upload {
  1334. background-image: url(../img/icon/upload@2x.png);
  1335. background-size: 19px 21px;
  1336. }
  1337. .elfinder-button-icon-view {
  1338. background-image: url(../img/icon/icon-view@2x.png);
  1339. background-size: 20px 20px;
  1340. }
  1341. .elfinder-button-icon-view-list {
  1342. background-image: url(../img/icon/list-view@2x.png);
  1343. background-size: 20px 20px;
  1344. }
  1345. .elfinder-button-icon-sort {
  1346. background-image: url(../img/icon/sorting@2x.png);
  1347. background-size: 19px 19px;
  1348. }
  1349. .elfinder-navbar-icon {
  1350. background-image: url(../img/icon/folder-sm@2x.png);
  1351. background-size: 16px 14px;
  1352. }
  1353. .elfinder-ltr .elfinder-button-search .ui-icon-search {
  1354. background: url(../img/icon/search.png) no-repeat center;
  1355. background-size: 14px 14px;
  1356. }
  1357. }
  1358. /* Media Queries */
  1359. @media (max-width: 992px) and (min-width: 850px) {
  1360. .elfinder-button-search input {
  1361. width: 200px;
  1362. }
  1363. }
  1364. @media (min-width: 850px) {
  1365. .file-manager {
  1366. min-height: 500px;
  1367. }
  1368. }
  1369. @media (max-width: 849px) {
  1370. .elfinder-ltr .elfinder-button-search {
  1371. width: 100%;
  1372. margin-right: 1px;
  1373. margin-bottom: 4px;
  1374. }
  1375. .elfinder-button-search input {
  1376. width: 100%;
  1377. }
  1378. .elfinder-toolbar {
  1379. height: auto !important;
  1380. display: inline-block;
  1381. min-height: 80px;
  1382. text-align: center;
  1383. width: 100%;
  1384. }
  1385. .elfinder-buttonset {
  1386. float: none;
  1387. display: inline-block;
  1388. }
  1389. .elfinder-ltr .elfinder-navbar {
  1390. display: none !important;
  1391. }
  1392. }