diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 11:36:04 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-03 11:36:04 +0200 |
commit | 4c97f2b3af803dbe2da8deed6106f5689784c023 (patch) | |
tree | 50319b8db65d96141577c5c223293f10284c6041 /apps/files/css/files.css | |
parent | b8ced7025e170c98ba43992a81e39465f1e4f97b (diff) | |
download | nextcloud-server-4c97f2b3af803dbe2da8deed6106f5689784c023.tar.gz nextcloud-server-4c97f2b3af803dbe2da8deed6106f5689784c023.zip |
add whitespace to bottom of Files list – more obvious it's the end, and space for share dropdown
Diffstat (limited to 'apps/files/css/files.css')
-rw-r--r-- | apps/files/css/files.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 3bc6640481c..51f255291ef 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -472,8 +472,8 @@ a.action>img { } .summary td { - padding-top: 8px; - padding-bottom: 8px; + padding-top: 20px; + padding-bottom: 300px; border-bottom: none; } .summary .info { |