files.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  1. /* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
  2. This file is licensed under the Affero General Public License version 3 or later.
  3. See the COPYING-README file. */
  4. /* FILE MENU */
  5. .actions { padding:5px; height:32px; display: inline-block; float: left; }
  6. .actions input, .actions button, .actions .button { margin:0; float:left; }
  7. .actions .button a { color: #555; }
  8. .actions .button a:hover,
  9. .actions .button a:focus,
  10. .actions .button a:active {
  11. color: #333;
  12. }
  13. .actions.hidden { display: none; }
  14. .actions.creatable {
  15. position: relative;
  16. z-index: -30;
  17. }
  18. #trash {
  19. margin-right: 8px;
  20. float: right;
  21. z-index: 1010;
  22. padding: 10px;
  23. font-weight: normal;
  24. }
  25. .newFileMenu .error, #fileList .error {
  26. color: #e9322d;
  27. border-color: #e9322d;
  28. -webkit-box-shadow: 0 0 6px #f8b9b7;
  29. -moz-box-shadow: 0 0 6px #f8b9b7;
  30. box-shadow: 0 0 6px #f8b9b7;
  31. }
  32. /* FILE TABLE */
  33. #filestable {
  34. position: relative;
  35. width: 100%;
  36. }
  37. #filestable.has-controls {
  38. top: 44px;
  39. }
  40. /* make sure there's enough room for the file actions */
  41. #body-user #filestable {
  42. min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
  43. }
  44. #body-user #controls {
  45. min-width: 688px; /* 768 (mobile break) - 80 (nav width) */
  46. }
  47. #filestable tbody tr {
  48. background-color: #fff;
  49. height: 51px;
  50. }
  51. /* fit app list view heights */
  52. .app-files #app-content>.viewcontainer {
  53. min-height: 0%;
  54. }
  55. .app-files #app-content {
  56. overflow-x: hidden;
  57. }
  58. /* icons for sidebar */
  59. .nav-icon-files {
  60. background-image: url('../img/folder.svg');
  61. }
  62. .nav-icon-favorites {
  63. background-image: url('../img/star.svg');
  64. }
  65. .nav-icon-sharingin,
  66. .nav-icon-sharingout {
  67. background-image: url('../img/share.svg');
  68. }
  69. .nav-icon-sharinglinks {
  70. background-image: url('../img/public.svg');
  71. }
  72. .nav-icon-extstoragemounts {
  73. background-image: url('../img/external.svg');
  74. }
  75. .nav-icon-trashbin {
  76. background-image: url('../img/delete.svg');
  77. }
  78. #app-navigation .nav-files a.nav-icon-files {
  79. width: auto;
  80. }
  81. /* button needs overrides due to navigation styles */
  82. #app-navigation .nav-files a.new {
  83. width: 40px;
  84. height: 32px;
  85. padding: 0 10px;
  86. margin: 0;
  87. cursor: pointer;
  88. }
  89. #app-navigation .nav-files a.new.hidden {
  90. display: none;
  91. }
  92. #app-navigation .nav-files a.new.disabled {
  93. opacity: 0.3;
  94. }
  95. #filestable tbody tr {
  96. background-color: #fff;
  97. height: 40px;
  98. }
  99. #filestable tbody tr:hover,
  100. #filestable tbody tr:focus,
  101. #filestable tbody .name:focus,
  102. #filestable tbody tr:active,
  103. #filestable tbody tr.highlighted,
  104. #filestable tbody tr.highlighted .name:focus,
  105. #filestable tbody tr.selected,
  106. #filestable tbody tr.searchresult,
  107. table tr.mouseOver td {
  108. background-color: #f8f8f8;
  109. }
  110. tbody a { color:#000; }
  111. span.extension, span.uploading, td.date {
  112. color: #999;
  113. }
  114. span.extension {
  115. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  116. filter: alpha(opacity=70);
  117. opacity: .7;
  118. -webkit-transition: opacity 300ms;
  119. -moz-transition: opacity 300ms;
  120. -o-transition: opacity 300ms;
  121. transition: opacity 300ms;
  122. vertical-align: top;
  123. }
  124. tr:hover span.extension,
  125. tr:focus span.extension {
  126. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  127. filter: alpha(opacity=100);
  128. opacity: 1;
  129. color: #777;
  130. }
  131. table th, table th a {
  132. color: #999;
  133. }
  134. table.multiselect th a {
  135. color: #000;
  136. }
  137. table th .columntitle {
  138. display: block;
  139. padding: 15px;
  140. height: 50px;
  141. box-sizing: border-box;
  142. -moz-box-sizing: border-box;
  143. vertical-align: middle;
  144. }
  145. table th .columntitle.name {
  146. padding-left: 5px;
  147. padding-right: 80px;
  148. margin-left: 50px;
  149. }
  150. table th .sort-indicator {
  151. width: 10px;
  152. height: 8px;
  153. margin-left: 5px;
  154. display: inline-block;
  155. vertical-align: text-bottom;
  156. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  157. filter: alpha(opacity=30);
  158. opacity: .3;
  159. }
  160. .sort-indicator.hidden,
  161. .multiselect .sort-indicator,
  162. table.multiselect th:hover .sort-indicator.hidden,
  163. table.multiselect th:focus .sort-indicator.hidden {
  164. visibility: hidden;
  165. }
  166. .multiselect .sort, .multiselect .sort span {
  167. cursor: default;
  168. }
  169. table th:hover .sort-indicator.hidden,
  170. table th:focus .sort-indicator.hidden {
  171. visibility: visible;
  172. }
  173. table th,
  174. table td {
  175. border-bottom: 1px solid #eee;
  176. text-align: left;
  177. font-weight: normal;
  178. }
  179. table td {
  180. padding: 0 15px;
  181. font-style: normal;
  182. background-position: 8px center;
  183. background-repeat: no-repeat;
  184. }
  185. table th#headerName {
  186. position: relative;
  187. width: 9999px; /* not really sure why this works better than 100% … table styling */
  188. padding: 0;
  189. }
  190. #headerName-container {
  191. position: relative;
  192. height: 50px;
  193. }
  194. .has-favorites #headerName-container {
  195. padding-left: 50px;
  196. }
  197. table th#headerSize, table td.filesize {
  198. text-align: right;
  199. }
  200. table th#headerDate, table td.date,
  201. table th.column-last, table td.column-last {
  202. -moz-box-sizing: border-box;
  203. box-sizing: border-box;
  204. position: relative;
  205. /* this can not be just width, both need to be set … table styling */
  206. min-width: 130px;
  207. max-width: 130px;
  208. }
  209. /* Multiselect bar */
  210. #filestable.multiselect {
  211. top: 95px;
  212. }
  213. table.multiselect thead {
  214. position: fixed;
  215. top: 89px;
  216. z-index: 10;
  217. -moz-box-sizing: border-box;
  218. box-sizing: border-box;
  219. left: 250px; /* sidebar */
  220. }
  221. table thead th {
  222. background-color: #fff;
  223. }
  224. table.multiselect thead th {
  225. background-color: rgba(255, 255, 255, 0.95); /* like controls bar */
  226. color: #000;
  227. font-weight: bold;
  228. border-bottom: 0;
  229. }
  230. #app-content.with-app-sidebar table.multiselect thead{
  231. margin-right: 27%;
  232. }
  233. table.multiselect #headerName {
  234. position: relative;
  235. width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */
  236. }
  237. table.multiselect #modified {
  238. display: none;
  239. }
  240. table td.selection,
  241. table th.selection,
  242. table td.fileaction {
  243. width: 32px;
  244. text-align: center;
  245. }
  246. table td.filename a.name {
  247. position:relative; /* Firefox needs to explicitly have this default set … */
  248. -moz-box-sizing: border-box;
  249. box-sizing: border-box;
  250. display: block;
  251. height: 50px;
  252. line-height: 50px;
  253. padding: 0;
  254. }
  255. table td.filename .thumbnail {
  256. display: inline-block;
  257. width: 32px;
  258. height: 32px;
  259. margin-left: 8px;
  260. margin-top: 9px;
  261. cursor: pointer;
  262. float: left;
  263. position: absolute;
  264. z-index: 4;
  265. }
  266. table td.filename input.filename {
  267. width: 70%;
  268. margin-top: 9px;
  269. margin-left: 48px;
  270. cursor: text;
  271. }
  272. .has-favorites table td.filename input.filename {
  273. margin-left: 52px;
  274. }
  275. table td.filename a, table td.login, table td.logout, table td.download, table td.upload, table td.create, table td.delete { padding:3px 8px 8px 3px; }
  276. table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-child { float:left; padding:15px 0; }
  277. .modified, .column-last>span:first-child {
  278. position: relative;
  279. overflow: hidden;
  280. text-overflow: ellipsis;
  281. width: 110px;
  282. }
  283. /* TODO fix usability bug (accidental file/folder selection) */
  284. table td.filename .nametext {
  285. position: absolute;
  286. left: 55px;
  287. padding: 0;
  288. overflow: hidden;
  289. text-overflow: ellipsis;
  290. max-width: 800px;
  291. height: 100%;
  292. }
  293. .has-favorites #fileList td.filename a.name {
  294. left: 50px;
  295. margin-right: 50px;
  296. }
  297. table td.filename .nametext .innernametext {
  298. text-overflow: ellipsis;
  299. overflow: hidden;
  300. position: relative;
  301. display: inline-block;
  302. vertical-align: top;
  303. }
  304. @media only screen and (min-width: 1500px) {
  305. table td.filename .nametext .innernametext {
  306. max-width: 790px;
  307. }
  308. .with-app-sidebar table td.filename .nametext .innernametext {
  309. max-width: 390px;
  310. }
  311. }
  312. @media only screen and (min-width: 1366px) and (max-width: 1500px) {
  313. table td.filename .nametext .innernametext {
  314. max-width: 660px;
  315. }
  316. .with-app-sidebar table td.filename .nametext .innernametext {
  317. max-width: 290px;
  318. }
  319. }
  320. @media only screen and (min-width: 1200px) and (max-width: 1366px) {
  321. table td.filename .nametext .innernametext {
  322. max-width: 500px;
  323. }
  324. .with-app-sidebar table td.filename .nametext .innernametext {
  325. max-width: 230px;
  326. }
  327. }
  328. @media only screen and (min-width: 1100px) and (max-width: 1200px) {
  329. table td.filename .nametext .innernametext {
  330. max-width: 400px;
  331. }
  332. .with-app-sidebar table td.filename .nametext .innernametext {
  333. max-width: 230px;
  334. }
  335. }
  336. @media only screen and (min-width: 1000px) and (max-width: 1100px) {
  337. table td.filename .nametext .innernametext {
  338. max-width: 310px;
  339. }
  340. .with-app-sidebar table td.filename .nametext .innernametext {
  341. max-width: 230px;
  342. }
  343. }
  344. @media only screen and (min-width: 768px) and (max-width: 1000px) {
  345. table td.filename .nametext .innernametext {
  346. max-width: 240px;
  347. }
  348. .with-app-sidebar table td.filename .nametext .innernametext {
  349. max-width: 230px;
  350. }
  351. }
  352. /* for smaller resolutions - see mobile.css */
  353. table td.filename .uploadtext {
  354. font-weight: normal;
  355. margin-left: 55px;
  356. margin-top: 5px;
  357. height: 20px;
  358. padding: 10px 0;
  359. font-size: 11px;
  360. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  361. filter: alpha(opacity=50);
  362. opacity: .5;
  363. }
  364. .ie8 input[type="checkbox"]{
  365. padding: 0;
  366. }
  367. /* File checkboxes */
  368. html:not(.ie8) #fileList tr td.filename>.selectCheckBox + label:before {
  369. opacity: 0;
  370. position: absolute;
  371. bottom: 4px;
  372. right: 0;
  373. z-index: 10;
  374. }
  375. html.ie8 #fileList tr td.filename>.selectCheckBox {
  376. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  377. filter: alpha(opacity=0);
  378. opacity: 0;
  379. float: left;
  380. top: 0;
  381. margin: 32px 0 4px 32px; /* bigger clickable area doesn’t work in FF width:2.8em; height:2.4em;*/
  382. }
  383. /* Show checkbox when hovering, checked, or selected */
  384. html.ie8 #fileList tr:hover td.filename>.selectCheckBox,
  385. html.ie8 #fileList tr:focus td.filename>.selectCheckBox,
  386. html.ie8 #fileList tr td.filename>.selectCheckBox:checked,
  387. html.ie8 #fileList tr.selected td.filename>.selectCheckBox,
  388. html:not(.ie8) #fileList tr:hover td.filename>.selectCheckBox + label:before,
  389. html:not(.ie8) #fileList tr:focus td.filename>.selectCheckBox + label:before,
  390. html:not(.ie8) #fileList tr td.filename>.selectCheckBox:checked + label:before,
  391. html:not(.ie8) #fileList tr.selected td.filename>.selectCheckBox + label:before {
  392. opacity: 1;
  393. }
  394. html.ie8 #fileList tr:hover td.filename>.selectCheckBox,
  395. html.ie8 #fileList tr:focus td.filename>.selectCheckBox,
  396. html.ie8 #fileList tr td.filename>.selectCheckBox[checked=checked],
  397. html.ie8 #fileList tr.selected td.filename>.selectCheckBox {
  398. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  399. filter: alpha(opacity=100);
  400. }
  401. /* Use label to have bigger clickable size for checkbox */
  402. #fileList tr td.filename>.selectCheckBox + label,
  403. .select-all + label {
  404. background-position: 30px 30px;
  405. height: 50px;
  406. position: absolute;
  407. width: 50px;
  408. z-index: 5;
  409. }
  410. #fileList tr td.filename>.selectCheckBox {
  411. /* sometimes checkbox height is bigger (KDE/Qt), so setting to absolute
  412. * to prevent it to increase the height */
  413. position: absolute;
  414. z-index: 10;
  415. }
  416. .select-all + label {
  417. top: 0;
  418. }
  419. .ie8 .select-all,
  420. .select-all + label:before {
  421. position: absolute;
  422. top: 18px;
  423. left: 18px;
  424. z-index: 10;
  425. }
  426. .has-favorites .select-all {
  427. left: 68px;
  428. }
  429. #fileList tr td.filename {
  430. position: relative;
  431. width: 100%;
  432. padding-left: 0;
  433. -webkit-transition:background-image 500ms; -moz-transition:background-image 500ms; -o-transition:background-image 500ms; transition:background-image 500ms;
  434. }
  435. #fileList tr td.filename a.name label {
  436. position: absolute;
  437. width: 80%;
  438. height: 50px;
  439. }
  440. #fileList tr td.filename .favorite {
  441. display: inline-block;
  442. float: left;
  443. }
  444. #fileList tr td.filename .action-favorite {
  445. display: block;
  446. float: left;
  447. width: 30px;
  448. line-height: 100%;
  449. text-align: center;
  450. }
  451. #uploadsize-message,#delete-confirm { display:none; }
  452. /* File actions */
  453. .fileactions {
  454. position: absolute;
  455. right: 0;
  456. }
  457. .busy .fileactions, .busy .action {
  458. visibility: hidden;
  459. }
  460. /* fix position of bubble pointer for Files app */
  461. .bubble,
  462. #app-navigation .app-navigation-entry-menu {
  463. border-top-right-radius: 3px;
  464. }
  465. .bubble:after,
  466. #app-navigation .app-navigation-entry-menu:after {
  467. right: 6px;
  468. }
  469. .bubble:before,
  470. #app-navigation .app-navigation-entry-menu:before {
  471. right: 6px;
  472. }
  473. /* force show the loading icon, not only on hover */
  474. #fileList .icon-loading-small {
  475. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  476. filter:alpha(opacity=100);
  477. opacity: 1 !important;
  478. display: inline !important;
  479. }
  480. #fileList img.move2trash { display:inline; margin:-8px 0; padding:16px 8px 16px 8px !important; float:right; }
  481. #fileList .action.action-share-notification span, #fileList a.name {
  482. cursor: default !important;
  483. }
  484. a.action > img {
  485. height: 16px;
  486. width: 16px;
  487. vertical-align: text-bottom;
  488. }
  489. /* Actions for selected files */
  490. .selectedActions {
  491. position: absolute;
  492. top: 0;
  493. right: 0;
  494. }
  495. .selectedActions a {
  496. display: inline;
  497. font-size: 11px;
  498. line-height: 50px;
  499. padding: 18px 5px;
  500. }
  501. .selectedActions a.delete-selected {
  502. padding-right: 15px;
  503. }
  504. .selectedActions a.hidden {
  505. display: none;
  506. }
  507. .selectedActions a img {
  508. position:relative;
  509. vertical-align: text-bottom;
  510. margin-bottom: -1px;
  511. }
  512. html.ie8 .column-mtime .selectedActions {
  513. top: -95px;
  514. }
  515. #fileList a.action {
  516. display: inline;
  517. padding: 17px 8px;
  518. line-height: 50px;
  519. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  520. filter: alpha(opacity=0);
  521. opacity: 0;
  522. display:none;
  523. }
  524. #fileList a.action.action-share,
  525. #fileList a.action.action-menu {
  526. padding: 17px 14px;
  527. }
  528. #fileList .popovermenu {
  529. margin-right: 21px;
  530. }
  531. .ie8 #fileList .popovermenu {
  532. margin-top: -10px;
  533. }
  534. .ie8 #fileList a.action img,
  535. #fileList tr:hover a.action,
  536. #fileList a.action.permanent,
  537. #fileList tr:focus a.action,
  538. #fileList a.action.permanent,
  539. #fileList tr:hover a.action.no-permission:hover,
  540. #fileList tr:focus a.action.no-permission:focus,
  541. /*#fileList .name:focus .action,*/
  542. /* also enforce the low opacity for disabled links that are hovered/focused */
  543. .ie8 #fileList a.action.disabled:hover img,
  544. #fileList tr:hover a.action.disabled:hover,
  545. #fileList tr:focus a.action.disabled:focus,
  546. #fileList .name:focus a.action.disabled:focus,
  547. #fileList a.action.disabled img {
  548. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  549. filter: alpha(opacity=30);
  550. opacity: .3;
  551. display:inline;
  552. }
  553. .ie8 #fileList a.action:hover img,
  554. #fileList tr a.action.disabled.action-download,
  555. #fileList tr:hover a.action.disabled.action-download:hover,
  556. #fileList tr:focus a.action.disabled.action-download:focus,
  557. #fileList tr:hover a.action:hover,
  558. #fileList tr:focus a.action:focus,
  559. #fileList .name:focus a.action:focus {
  560. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  561. filter: alpha(opacity=70);
  562. opacity: 7;
  563. display:inline;
  564. }
  565. #fileList tr a.action.disabled {
  566. background: none;
  567. }
  568. /* show share action of shared items darker to distinguish from non-shared */
  569. #fileList a.action.permanent.shared-style,
  570. #fileList a.action.action-favorite.permanent {
  571. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)" !important;
  572. filter: alpha(opacity=70) !important;
  573. opacity: .7 !important;
  574. }
  575. /* always show actions on mobile, not only on hover */
  576. #fileList a.action.action-menu.permanent {
  577. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  578. filter: alpha(opacity=30) !important;
  579. opacity: .3 !important;
  580. display: inline !important;
  581. }
  582. /* properly display actions in the popover menu */
  583. #fileList .popovermenu .action {
  584. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
  585. filter: alpha(opacity=50) !important;
  586. opacity: .5 !important;
  587. }
  588. #fileList .popovermenu .action:hover,
  589. #fileList .popovermenu .action:focus {
  590. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
  591. filter: alpha(opacity=100) !important;
  592. opacity: 1 !important;
  593. }
  594. #selectedActionsList a.download.disabled,
  595. #fileList tr a.action.action-download.disabled {
  596. color: #000000;
  597. }
  598. #fileList tr:hover a.action.disabled:hover * {
  599. cursor: default;
  600. }
  601. .summary {
  602. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  603. filter: alpha(opacity=30);
  604. opacity: .3;
  605. /* add whitespace to bottom of files list to correctly show dropdowns */
  606. height: 300px;
  607. }
  608. .summary:hover,
  609. .summary:focus,
  610. .summary,
  611. table tr.summary td {
  612. background-color: transparent;
  613. }
  614. .summary td {
  615. border-bottom: none;
  616. vertical-align: top;
  617. padding-top: 20px;
  618. }
  619. .summary .info {
  620. margin-left: 40px;
  621. }
  622. .has-favorites .summary .info {
  623. margin-left: 90px;
  624. }
  625. table.dragshadow {
  626. width:auto;
  627. }
  628. table.dragshadow td.filename {
  629. padding-left:60px;
  630. padding-right:16px;
  631. height: 36px;
  632. }
  633. table.dragshadow td.size {
  634. padding-right:8px;
  635. }
  636. #upgrade {
  637. width: 400px;
  638. position: absolute;
  639. top: 200px;
  640. left: 50%;
  641. text-align: center;
  642. margin-left: -200px;
  643. }
  644. .mask {
  645. z-index: 50;
  646. position: absolute;
  647. top: 0;
  648. left: 0;
  649. right: 0;
  650. bottom: 0;
  651. background-color: #fff;
  652. background-repeat: no-repeat no-repeat;
  653. background-position: 50%;
  654. opacity: 0.7;
  655. filter: alpha(opacity=70);
  656. transition: opacity 100ms;
  657. -moz-transition: opacity 100ms;
  658. -o-transition: opacity 100ms;
  659. -ms-transition: opacity 100ms;
  660. -webkit-transition: opacity 100ms;
  661. }
  662. .mask.transparent{
  663. opacity: 0;
  664. }
  665. #fileList .popovermenu a.action img {
  666. padding: initial;
  667. }
  668. #fileList .popovermenu a.action {
  669. padding: 10px;
  670. margin: -10px;
  671. }
  672. html.ie8 #controls .button.new {
  673. padding-right: 0;
  674. }
  675. .newFileMenu {
  676. width: 140px;
  677. margin-left: -56px;
  678. margin-top: 25px;
  679. z-index: 1001;
  680. }
  681. .newFileMenu .menuitem {
  682. white-space: nowrap;
  683. overflow: hidden;
  684. }
  685. .newFileMenu.popovermenu .menuitem .icon {
  686. margin-bottom: -2px;
  687. }
  688. .newFileMenu.popovermenu a.menuitem,
  689. .newFileMenu.popovermenu label.menuitem,
  690. .newFileMenu.popovermenu .menuitem {
  691. padding: 0;
  692. margin: 0;
  693. }
  694. .newFileMenu.popovermenu a.menuitem.active {
  695. opacity: 1;
  696. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  697. filter: alpha(opacity=100);
  698. }
  699. .newFileMenu.bubble:after {
  700. left: 75px;
  701. right: auto;
  702. }
  703. .newFileMenu.bubble:before {
  704. left: 75px;
  705. right: auto;
  706. }
  707. .newFileMenu .filenameform {
  708. display: inline-block;
  709. }
  710. .newFileMenu .filenameform input {
  711. width: 100px;
  712. }
  713. #fileList .popovermenu .action {
  714. display: block;
  715. line-height: 30px;
  716. padding-left: 5px;
  717. color: #000;
  718. padding: 0;
  719. }