Add footers to the setup views
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
@@ -39,7 +40,6 @@
|
||||
display: table-cell;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
@@ -54,6 +54,11 @@
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #62bdfc;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
</head>
|
||||
@@ -65,14 +70,14 @@
|
||||
<h1><i class="fa fa-frown-o fa-fw text-danger"></i></h1>
|
||||
<h2>Something has gone wrong</h2>
|
||||
This app is currently not running. Try refreshing the page.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="text-center ng-cloak">
|
||||
<span class="text-muted"><a href="https://cloudron.io" target="_blank">Cloudron</a> © 2015-16 </span>
|
||||
<span class="text-muted"><a href="https://chat.cloudron.io" target="_blank">Live Chat <i class="fa fa-comments"></i></a></span>
|
||||
</footer>
|
||||
<footer>
|
||||
<span class="text-muted"><a href="https://cloudron.io" target="_blank">Cloudron</a> © 2017 </span>
|
||||
<span class="text-muted"><a href="https://chat.cloudron.io" target="_blank">Live Chat <i class="fa fa-comments"></i></a></span>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user