Commit | Line | Data |
---|---|---|
f44610a1 TO |
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 | } |