From 498adda0f460581f7dc4931f6129520b63418a1e Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Mon, 7 Jul 2014 12:21:48 +0200 Subject: move public page footer rules from sharing app to core so it is used by other apps too --- core/css/styles.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'core/css/styles.css') diff --git a/core/css/styles.css b/core/css/styles.css index ed8c84b113c..b679a9bbb5e 100644 --- a/core/css/styles.css +++ b/core/css/styles.css @@ -854,6 +854,28 @@ div.crumb:active { opacity: 0; } + +/* public footer */ +#body-public footer { + margin-top: 65px; + text-align: center; +} + +#body-public footer .info { + color: #777; + text-align: center; + margin: 0 auto; + padding: 20px 0; +} + +#body-public footer .info a { + color: #777; + font-weight: bold; + padding: 13px; + margin: -13px; +} + + /* LEGACY FIX only - do not use fieldsets for settings */ fieldset legend { top: 20px; -- cgit v1.2.3