diff options
author | Vincent Petry <pvince81@owncloud.com> | 2013-10-28 15:41:52 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2013-10-28 15:41:52 +0100 |
commit | efbd79198b3fed8480566c81397f530dea7e7b5c (patch) | |
tree | c2ca9f713957ff3a1fcf9e00953f23b353ab23c0 /apps/files/css | |
parent | e62ca4ea4fc235d7ec767034a80889b2fa331e97 (diff) | |
download | nextcloud-server-efbd79198b3fed8480566c81397f530dea7e7b5c.tar.gz nextcloud-server-efbd79198b3fed8480566c81397f530dea7e7b5c.zip |
Fixed preview URL + size while dragging an existing file
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index af8597192f3..b9bf8cb87c1 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -320,8 +320,9 @@ table.dragshadow { width:auto; } table.dragshadow td.filename { - padding-left:36px; + padding-left:60px; padding-right:16px; + height: 36px; } table.dragshadow td.size { padding-right:8px; |