summaryrefslogtreecommitdiffstats
path: root/files
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-19 10:47:20 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2011-04-19 10:47:20 +0200
commit88033c268bf0c5561d8494d382a27ed757a62846 (patch)
treee8595590bbcecd6f7fde46f895408c6b3b774b25 /files
parent3d5c13a3e16bedc7e8ce062c82e4ddb3b42d2318 (diff)
downloadnextcloud-server-88033c268bf0c5561d8494d382a27ed757a62846.tar.gz
nextcloud-server-88033c268bf0c5561d8494d382a27ed757a62846.zip
file icon for file upload button
Diffstat (limited to 'files')
-rw-r--r--files/css/files.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/css/files.css b/files/css/files.css
index 6313e6d1ca6..368adba2911 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;