_attachments.scss 717 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .page-attachments-row {
  2. border-top: solid 1px transparent;
  3. }
  4. .page-attachments {
  5. li.attachment {
  6. list-style: none;
  7. }
  8. .attachment-userpicture {
  9. line-height: 1.7em;
  10. vertical-align: bottom;
  11. }
  12. }
  13. .page-attachments,
  14. .page-meta {
  15. font-size: 0.95em;
  16. .attachment-in-use {
  17. padding: 1px 5px;
  18. margin: 0 0 0 4px;
  19. }
  20. .attachment-filetype {
  21. padding: 1px 5px;
  22. margin: 0 0 0 4px;
  23. font-weight: normal;
  24. }
  25. .attachment-download {
  26. margin: 0 0 0 4px;
  27. cursor: pointer;
  28. }
  29. .attachment-delete {
  30. margin: 0 0 0 4px;
  31. cursor: pointer;
  32. }
  33. }
  34. .attachment-delete-modal {
  35. .attachment-delete-image {
  36. text-align: center;
  37. img {
  38. max-width: 100%;
  39. }
  40. }
  41. }