diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-01-02 17:02:55 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-01-02 17:03:16 +0100 |
commit | 03b8a065cf37c040452b567a2a9050f637cbda94 (patch) | |
tree | 408de4352ad9946dbd0877a622e14df2d18bdf86 /apps/files/css | |
parent | 4a7604daa26d9c79585aa3ba249f879b31f6eaa2 (diff) | |
download | nextcloud-server-03b8a065cf37c040452b567a2a9050f637cbda94.tar.gz nextcloud-server-03b8a065cf37c040452b567a2a9050f637cbda94.zip |
input/form switching cleanup
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 99c39f0acdb..f292c5c8c3f 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -21,7 +21,7 @@ #new>ul>li { height:20px; margin:.3em; padding-left:2em; padding-bottom:0.1em; background-repeat:no-repeat; cursor:pointer; } #new>ul>li>p { cursor:pointer; } -#new>ul>li>input { padding:0.3em; margin:-0.3em; } +#new>ul>li>form>input { padding:0.3em; margin:-0.3em; } #upload { height:27px; padding:0; margin-left:0.2em; overflow:hidden; |