Merge branch 'refactoring' of git.kde.org:owncloud into refactoring

This commit is contained in:
Marco Michelino 2011-04-19 12:34:58 +02:00
commit 59e9c1ee0e

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;