summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {