/usr/share/civicrm/ang/crmAttachment.css is in civicrm-common 4.7.1+dfsg-2ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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;
}
|