file icon for file upload button

This commit is contained in:
Arthur Schiwon 2011-04-19 10:47:20 +02:00
parent 3d5c13a3e1
commit 88033c268b
1 changed files with 8 additions and 0 deletions

View File

@ -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;