Add twitter to the webadmin footer and make the footer more prominent
This commit is contained in:
@@ -220,8 +220,9 @@
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="text-center">
|
||||
<span class="text-muted">Copyright © <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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user