From 88033c268bf0c5561d8494d382a27ed757a62846 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 19 Apr 2011 10:47:20 +0200 Subject: [PATCH] file icon for file upload button --- files/css/files.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/css/files.css b/files/css/files.css index 6313e6d1ca..368adba291 100644 --- a/files/css/files.css +++ b/files/css/files.css @@ -27,6 +27,14 @@ display: none; } +#file_upload_start { + background-image:url(/owncloud-dev/img/mimetypes/file.png); + background-repeat: no-repeat; + background-position: 0.5em 0; + padding-left: 2em; + +} + #file_upload_form input[type="button"]{ /* this is a dirty wurgaround, Jan needs to fix it in global css*/ font-size: 0.9em;