diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-07 12:21:48 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-07-07 12:21:48 +0200 |
commit | 498adda0f460581f7dc4931f6129520b63418a1e (patch) | |
tree | 29e9404afecae9bedba1d05d4feaa35b3e314c3c /core/css | |
parent | b271e05bc9066157a7af62062ad2d47e73dd54b7 (diff) | |
download | nextcloud-server-498adda0f460581f7dc4931f6129520b63418a1e.tar.gz nextcloud-server-498adda0f460581f7dc4931f6129520b63418a1e.zip |
move public page footer rules from sharing app to core so it is used by other apps too
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/styles.css | 22 |
1 files changed, 22 insertions, 0 deletions
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; |