| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .page-attachments-row {
- border-top: solid 1px transparent;
- }
- .page-attachments {
- li.attachment {
- list-style: none;
- }
- .attachment-userpicture {
- line-height: 1.7em;
- vertical-align: bottom;
- }
- }
- .page-attachments,
- .page-meta {
- font-size: 0.95em;
- .attachment-in-use {
- padding: 1px 5px;
- margin: 0 0 0 4px;
- }
- .attachment-filetype {
- padding: 1px 5px;
- margin: 0 0 0 4px;
- font-weight: normal;
- }
- .attachment-download {
- margin: 0 0 0 4px;
- cursor: pointer;
- }
- .attachment-delete {
- margin: 0 0 0 4px;
- cursor: pointer;
- }
- }
- .attachment-delete-modal {
- .attachment-delete-image {
- text-align: center;
- img {
- max-width: 100%;
- }
- }
- }
|