diff --git a/css/main.css b/css/main.css index e53b36b58..942f143a0 100644 --- a/css/main.css +++ b/css/main.css @@ -17,6 +17,10 @@ html, body {height: 100%;} overflow:auto; padding-bottom: 91px;} /* must be same height as the footer */ +.main-home { + padding-bottom: 28px !important; +} + #footer { position: fixed; margin-top: -96px; /* negative value of footer height */ @@ -28,6 +32,12 @@ html, body {height: 100%;} z-index: 100; } +.footer-home { + position: relative !important; + margin-top: -28px !important; + height: 28px !important; +} + .bottom-copay { width: 80px; text-align: center; @@ -196,7 +206,7 @@ span.panel-res { .line-dashed { border-top: 2px dashed #ccc; - margin: 3rem 0; + margin: 1rem 0; padding: 1rem 0; } diff --git a/css/tpl-default.css b/css/tpl-default.css index 479a19bb5..f7e9970e3 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -117,6 +117,14 @@ a.box-backup { color: #111; } +a.box-backup:hover { + background-color: #16A085; +} + +a.box-backup:hover i, a.box-backup:hover p { + color: #fff; +} + .panel-sign { color: #111; background: #FAE448; diff --git a/index.html b/index.html index c04e4c846..565e3d79f 100644 --- a/index.html +++ b/index.html @@ -95,15 +95,21 @@ -