From cc146f4f1ff7766b2d73703b617c03f19fa8767c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 19 Oct 2019 17:18:11 +0200 Subject: [PATCH] Adversite documentation, support and donations in footer --- src/css/style.less | 39 +++++++++++++++++++++++++++++++++++++-- src/index.html | 9 +++++++-- 2 files changed, 44 insertions(+), 4 deletions(-) diff --git a/src/css/style.less b/src/css/style.less index 5bc11ee1..621c2c0e 100644 --- a/src/css/style.less +++ b/src/css/style.less @@ -221,15 +221,15 @@ button { * Page footer * */ -.page-footer { +#page-footer { .clearfix; .make-row(12); margin: 20px 0; padding-top: 20px; + margin-top: 40px; border-top: 1px solid #eee; color: #999; font-size: 0.9em; - text-align: right; a { color: #666; &:hover, @@ -237,6 +237,41 @@ button { } } +#page-footer-links { + text-align: left; + float: left; + + a { + display: inline-block; + } + + a::before { + content: "•"; + display: inline-block; + vertical-align: top; + padding: 0 0.5em 0 0.25em; + } + a:first-child:before {content: none;} +} + +#yunohost-version { + text-align: right; + float: right; +} + +@media screen and (max-width: @screen-xs-min) { + #yunohost-version { + text-align: center; + float: none; + } + #page-footer-links { + text-align: center; + float: none; + } +} + + + /* * The pop up dialog * diff --git a/src/index.html b/src/index.html index 4d032f17..377f1727 100644 --- a/src/index.html +++ b/src/index.html @@ -60,8 +60,13 @@ -