summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmAttachment.css
blob: 31c6e2f5e3ba0eee947f11d0779ec5922f8a751b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.crm-attachments {
    border: 1px solid transparent;
}

.crm-attachments.nv-file-over {
    border: 1px solid red;
}

.crm-attachments td.filename {
    font-size: 0.8em;
    font-family: 'Courier New', monospace;
    vertical-align: middle;
}

.crm-attachments td.filename-new {
    font-style: italic;
}

.crm-attachments td .crm-form-text {
    width: 30em;
}