diff options
author | Robin Appelman <robin@icewind.nl> | 2016-10-18 14:01:27 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2016-10-19 14:18:21 +0200 |
commit | 67050fd463181f96a6a351e4fab19dbad65d2dd9 (patch) | |
tree | f482bd7aa038513fd92f931e5ef55813d2910c5f /apps/files/css | |
parent | cee7bfef1620287da8e7302d0f4839c33b60cafc (diff) | |
download | nextcloud-server-67050fd463181f96a6a351e4fab19dbad65d2dd9.tar.gz nextcloud-server-67050fd463181f96a6a351e4fab19dbad65d2dd9.zip |
fix file exist dialog styling
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/upload.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/css/upload.css b/apps/files/css/upload.css index f0ffb9ac99e..abc09c3e99c 100644 --- a/apps/files/css/upload.css +++ b/apps/files/css/upload.css @@ -91,6 +91,7 @@ -moz-user-select: none; -ms-user-select: none; user-select: none; + margin-bottom: 30px; } .oc-dialog .fileexists .conflict .filename, |