From 851028b0ae7aecfd20d6b34769d54d7fef44bd7c Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Mon, 5 Nov 2012 12:40:50 +0100 Subject: [PATCH] Hide fileupload. --- css/contacts.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contacts.css b/css/contacts.css index a54ad83c..4d7377b8 100644 --- a/css/contacts.css +++ b/css/contacts.css @@ -160,7 +160,7 @@ dl.addresscard .action { float: right; } .addressbooks-settings td.active, .addressbooks-settings td.action { width: 20px; } /* Single elements */ - +#file_upload_target, #import_upload_target, #crop_target { display:none; } #toggle_all { position: absolute; bottom: .5em; left: .8em; } .numcontacts { float: right; } input.propertytype { float: left; font-size: .8em; width: 8em !important; direction: rtl;}