diff --git a/css/main.css b/css/main.css index 7cdd23465..dea360626 100644 --- a/css/main.css +++ b/css/main.css @@ -18,11 +18,21 @@ html, body {height: 100%;} padding-bottom: 91px;} /* must be same height as the footer */ #footer { - position: relative; + position: fixed; margin-top: -96px; /* negative value of footer height */ height: 96px; clear:both; padding: 5px 2rem; + bottom: 0; + width: 100%; +} + +.bottom-copay { + width: 80px; + text-align: center; + position: relative; + float: right; + margin-left: 15px; } .logo { diff --git a/css/tpl-clean.css b/css/tpl-clean.css index 7dd7f76d6..af66f4381 100644 --- a/css/tpl-clean.css +++ b/css/tpl-clean.css @@ -1,3 +1,8 @@ .logo { background: transparent url('../img/logo.png'); } + +#footer { + background: #333; + color: #fff; +} diff --git a/index.html b/index.html index a0bf1443c..6ccfdd6fa 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@
-
+
{{$root.getWalletDisplay()}} @@ -103,34 +103,36 @@