mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Adversite documentation, support and donations in footer
This commit is contained in:
parent
ee9176893e
commit
cc146f4f1f
2 changed files with 44 additions and 4 deletions
|
@ -221,15 +221,15 @@ button {
|
||||||
* Page footer
|
* Page footer
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
.page-footer {
|
#page-footer {
|
||||||
.clearfix;
|
.clearfix;
|
||||||
.make-row(12);
|
.make-row(12);
|
||||||
margin: 20px 0;
|
margin: 20px 0;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
|
margin-top: 40px;
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
color: #999;
|
color: #999;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
text-align: right;
|
|
||||||
a {
|
a {
|
||||||
color: #666;
|
color: #666;
|
||||||
&:hover,
|
&: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
|
* The pop up dialog
|
||||||
*
|
*
|
||||||
|
|
|
@ -60,8 +60,13 @@
|
||||||
|
|
||||||
</div><!--/#slider-container-->
|
</div><!--/#slider-container-->
|
||||||
|
|
||||||
<footer class="page-footer">
|
<footer id="page-footer">
|
||||||
<p id="yunohost-version"></p>
|
<div id="page-footer-links">
|
||||||
|
<a href="https://yunohost.org/docs" target="_blank"><i class="fa-book"></i> Documentation</a>
|
||||||
|
<a href="https://yunohost.org/help" target="_blank"><i class="fa-life-ring"></i> Need help?</a>
|
||||||
|
<a href="https://donate.yunohost.org/" target="_blank"><i class="fa-heart"></i> Donate</a>
|
||||||
|
</div>
|
||||||
|
<div id="yunohost-version"></div>
|
||||||
</footer>
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue