[Pkg-owncloud-commits] [owncloud] 20/49: change different shades of grey for public share page to white
David Prévot
taffit at moszumanska.debian.org
Thu Dec 5 16:02:53 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit ca08d21da0b5beea961c7cb6bfbdda19035d30d9
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Thu Nov 21 13:33:04 2013 +0100
change different shades of grey for public share page to white
---
apps/files_sharing/css/public.css | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/apps/files_sharing/css/public.css b/apps/files_sharing/css/public.css
index 1e6cd02..1ae2228 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 {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list