trash.css 924 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Copyright (c) 2014
  3. *
  4. * This file is licensed under the Affero General Public License version 3
  5. * or later.
  6. *
  7. * See the COPYING-README file.
  8. *
  9. */
  10. #app-content-trashbin tbody tr[data-type="file"] td a.name,
  11. #app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext,
  12. #app-content-trashbin tbody tr[data-type="file"] td a.name span.nametext span {
  13. cursor: default;
  14. }
  15. #app-content-trashbin .summary :last-child {
  16. padding: 0;
  17. }
  18. #app-content-trashbin #filestable .summary .filesize {
  19. display: none;
  20. }
  21. #app-navigation > ul {
  22. padding-bottom: 44px;
  23. }
  24. /* move Deleted Files to bottom of sidebar */
  25. .nav-trashbin {
  26. position: fixed !important;
  27. bottom: 44px;
  28. width: inherit !important;
  29. background-color: #fff;
  30. border-right: 1px solid #eee;
  31. }
  32. /* double padding to account for Deleted files entry, issue with Firefox */
  33. .app-files #app-navigation > ul li:nth-last-child(2) {
  34. margin-bottom: 44px;
  35. }