diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-17 14:29:20 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-17 14:31:04 +0200 |
commit | 2f1e60180962d77752ed2b630f4945ee676b2125 (patch) | |
tree | fb6f9014f24cc17345ac973db02c8c13bb14b31e /apps/contacts/css | |
parent | bfdb374a2c8287b4dea80696928d27aef96fa343 (diff) | |
download | nextcloud-server-2f1e60180962d77752ed2b630f4945ee676b2125.tar.gz nextcloud-server-2f1e60180962d77752ed2b630f4945ee676b2125.zip |
Contacts: Disable in-app import if encryption is enabled, and make an attempt of supporting IE uploads too. Can't test it though...
Diffstat (limited to 'apps/contacts/css')
-rw-r--r-- | apps/contacts/css/contacts.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/contacts/css/contacts.css b/apps/contacts/css/contacts.css index 79274c2dd95..94a0db4f77e 100644 --- a/apps/contacts/css/contacts.css +++ b/apps/contacts/css/contacts.css @@ -91,7 +91,8 @@ dl.addresscard .action { float: right; } #file_upload_form { width: 0; height: 0; } #file_upload_target, #import_upload_target, #crop_target { display:none; } -#file_upload_start, #import_upload_start { opacity:0; filter:alpha(opacity=0); z-index:1; /*position:absolute; left:0; top:0;*/ width:0; height:0;} +#file_upload_start, #import_upload_start { opacity:0; filter:alpha(opacity=0); z-index:1001; /*position:absolute; left:0; top:0;*/ width:0; height:0;} +#import_upload_start { width: 16px; height: 16px; margin: 0 0 0 0; } input[type="checkbox"] { width: 20px; height: 20px; vertical-align: bottom; } .big { font-weight:bold; font-size:1.2em; } .huge { font-weight:bold; font-size:1.5em; } |