Merge pull request #6482 from sudhabisht/CRM-17005
[civicrm-core.git] / ang / crmAttachment.css
1 .crm-attachments {
2 border: 1px solid transparent;
3 }
4
5 .crm-attachments.nv-file-over {
6 border: 1px solid red;
7 }
8
9 .crm-attachments td.filename {
10 font-size: 0.8em;
11 font-family: 'Courier New', monospace;
12 vertical-align: middle;
13 }
14
15 .crm-attachments td.filename-new {
16 font-style: italic;
17 }
18
19 .crm-attachments td .crm-form-text {
20 width: 30em;
21 }