summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/css
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2013-11-21 13:33:04 +0100
committerMorris Jobke <morris.jobke@gmail.com>2013-12-03 10:54:18 +0100
commit5e9ac2f20f8cf6d0f6834612711422799ef702f9 (patch)
treed2a062babf21693cedd160d3a04e55aafc58ded4 /apps/files_sharing/css
parent7867604e22a93ef8a83a818891980555c89897cb (diff)
downloadnextcloud-server-5e9ac2f20f8cf6d0f6834612711422799ef702f9.tar.gz
nextcloud-server-5e9ac2f20f8cf6d0f6834612711422799ef702f9.zip
change different shades of grey for public share page to white
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r--apps/files_sharing/css/public.css24
1 files changed, 14 insertions, 10 deletions
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 1e6cd02a643..1ae2228cc82 100644
--- a/apps/files_sharing/css/public.css
+++ b/apps/files_sharing/css/public.css
@@ -1,5 +1,5 @@
body {
- background:#ddd;
+ background: #fff;
}
#header {
@@ -50,11 +50,10 @@ body {
}
#preview {
- background:#eee;
- border-bottom:1px solid #f8f8f8;
- min-height:30em;
- text-align:center;
- margin:45px auto;
+ background: #fff;
+ min-height: 30em;
+ text-align: center;
+ margin: 45px auto 0;
}
#noPreview {
@@ -62,11 +61,16 @@ body {
padding-top:5em;
}
+footer {
+ background: #fff;
+}
+
p.info {
- color:#777;
- text-align:center;
- width:22em;
- margin:2em auto;
+ color: #777;
+ text-align: center;
+ width: 22em;
+ margin: 0 auto;
+ padding: 20px;
}
p.info a {