mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
ui: add footer
This commit is contained in:
parent
c034f30182
commit
a4de2ef2ac
@ -11,13 +11,24 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="container">
|
<div class="wrapper">
|
||||||
<div class="col-md-12">
|
<div class="container">
|
||||||
<div id="app">
|
<div class="col-md-12">
|
||||||
|
<div id="app">
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="push"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<div class="container">
|
||||||
|
<div class="col-md-12">
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<script type="text/x-handlebars">
|
<script type="text/x-handlebars">
|
||||||
{{outlet}}
|
{{outlet}}
|
||||||
</script>
|
</script>
|
||||||
|
@ -8,6 +8,21 @@
|
|||||||
@import "forms";
|
@import "forms";
|
||||||
@import "notifications";
|
@import "notifications";
|
||||||
|
|
||||||
|
html, body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
min-height: 100%;
|
||||||
|
height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
|
||||||
|
height: 100%;
|
||||||
|
margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer, .push {
|
||||||
|
height: 60px; /* .push must be the same height as .footer */
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 1120px) { // + 30
|
@media (min-width: 1120px) { // + 30
|
||||||
.container {
|
.container {
|
||||||
width: 1100px;
|
width: 1100px;
|
||||||
@ -128,3 +143,8 @@ a {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.do-logo {
|
||||||
|
opacity: 0.6;
|
||||||
|
margin-top: -3px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user