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;