﻿/* Attachment List Component Styles */
.attachment-list-hidden {
    display: none;
}

.attachment-table-header {
    background-color: #efefef;
}

.attachment-table-cell {
    text-align: center;
    vertical-align: top;
}

.attachment-empty-message {
    margin: 20px 0;
}

.attachment-inline-link {
    margin-right: 5px;
}

.attachment-inline-link-readonly {
    margin-right: 10px;
}

.attachment-inline-delete {
    margin-right: 10px;
}

.attachment-inline-delete-spaced {
    margin-left: 5px;
    margin-right: 10px;
}

.attachment-inline-delete-btn {
    padding: 2px 7px;
}

.attachment-inline-delete-icon {
    font-size: 1.3em;
}

.attachment-delete-btn {
    padding: 4px 10px;
}

.attachment-delete-icon {
    font-size: 1.3em;
    padding-top: 3px;
}
body {
}
