summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-29 11:06:19 +0100
committerJan-Christoph Borchardt <hey@jancborchardt.net>2014-01-29 11:06:19 +0100
commit8f81f007cd8189af0b3920c0c5cdf5b7e705c930 (patch)
tree171888618d30ff4388856af5cd11d8bc2a88f3a2 /apps/files_sharing
parent13ed59c1cf2598f28c415c0c2459b5a4495ff5ef (diff)
downloadnextcloud-server-8f81f007cd8189af0b3920c0c5cdf5b7e705c930.tar.gz
nextcloud-server-8f81f007cd8189af0b3920c0c5cdf5b7e705c930.zip
fix horizontal scrollbar appearing when footer is too long, footer wraps now
Diffstat (limited to 'apps/files_sharing')
-rw-r--r--apps/files_sharing/css/public.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index c50624e20b1..87e3ed78e1a 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -49,9 +49,8 @@ footer {
p.info {
color: #777;
text-align: center;
- width: 352px;
margin: 0 auto;
- padding: 20px;
+ padding: 20px 0;
}
p.info a {