]> source.dussan.org Git - nextcloud-server.git/commitdiff
file icon for file upload button
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 19 Apr 2011 08:47:20 +0000 (10:47 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 19 Apr 2011 08:47:20 +0000 (10:47 +0200)
files/css/files.css

index 6313e6d1ca68e3fb81454c412a495261cb6ef9a7..368adba29116a3f3fa899e3677902c33dc9df040 100644 (file)
        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;