Add twitter to the webadmin footer and make the footer more prominent

This commit is contained in:
Johannes Zellner
2016-07-29 17:37:17 +02:00
parent d0cf698dfa
commit 30e936263c
2 changed files with 8 additions and 13 deletions

View File

@@ -220,8 +220,9 @@
<!-- Footer -->
<footer class="text-center">
<span class="text-muted">Copyright &copy; <a href="https://cloudron.io" target="_blank">Cloudron</a> 2014-16</span>
<span class="text-muted"> {{config.version}}</span>
<span class="text-muted">Copyright 2014-16 <a href="https://cloudron.io" target="_blank">Cloudron</a></span>
<span class="text-muted"> Version {{config.version}}</span>
<span class="text-muted"><a href="http://twitter.com/cloudron_io" target="_blank">Follow us on Twitter <i class="fa fa-twitter"></i></a></span>
</footer>
</body>

View File

@@ -597,8 +597,11 @@ footer {
font-size: 14px;
padding: 5px;
z-index: 1000;
opacity: 0.5;
transition: all 250ms;
a {
color: #62bdfc;
padding: 10px;
}
}
@media(min-width:767px) {
@@ -607,15 +610,6 @@ footer {
}
}
footer:hover {
opacity: 1;
}
footer a {
color: #62bdfc;
padding: 10px;
}
.hand {
cursor: pointer;
}