summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmAttachment.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/ang/crmAttachment.css')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/ang/crmAttachment.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmAttachment.css b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmAttachment.css
new file mode 100644
index 00000000..31c6e2f5
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/ang/crmAttachment.css
@@ -0,0 +1,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;
+}