mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 03:02:01 -04:00
Merge branch 'refactoring' of git.kde.org:owncloud into refactoring
This commit is contained in:
commit
59e9c1ee0e
1 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue