drupal-civicrm/sites/all/modules/civicrm/ang/crmAttachment.css

22 lines
364 B
CSS
Raw Normal View History

2018-01-14 15:10:16 +02:00
.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;
}