Streamlining style for footer

This commit is contained in:
lepipele
2018-04-17 15:33:29 -05:00
parent 2f515e1cc0
commit fd087bbeb8
2 changed files with 5 additions and 4 deletions

View File

@@ -77,8 +77,8 @@
@RenderBody()
<footer class="bg-dark">
<div class="container text-right"><span style="font-size:8px;">@env.ToString()</span></div>
<footer class="siteFooter bg-dark text-white">
<div class="container text-right">@env.ToString()</div>
</footer>
@if (!dashboard.IsFullySynched())

View File

@@ -3,12 +3,13 @@
min-height: 100%;
}
footer {
.siteFooter {
position: absolute;
left: 0;
bottom: 0;
height: 18px;
font-size: 14px;
padding-top: 2px;
font-size: 8px;
width: 100%;
overflow: hidden;
}