diff --git a/css/main.css b/css/main.css index 24a207ebe..c107abb29 100644 --- a/css/main.css +++ b/css/main.css @@ -14,12 +14,13 @@ html, body {height: 100%;} #wrap {min-height: 100%;} #main {overflow:auto; - padding-bottom: 20px;} /* must be same height as the footer */ + padding-bottom: 30px;} /* must be same height as the footer */ #footer {position: relative; - margin-top: -20px; /* negative value of footer height */ - height: 20px; + margin-top: -30px; /* negative value of footer height */ + height: 30px; clear:both; + padding: 5px 2rem; } .logo { @@ -28,6 +29,13 @@ html, body {height: 100%;} height: 51px; } +@media (max-width: 640px) { + .logo { + margin: 0 auto; + margin-bottom: 10px; + } +} + .top-bar-section li:not(.has-form) a:not(.button) { line-height: 60px; } @@ -59,6 +67,7 @@ html, body {height: 100%;} .header a.button.small-icon { padding: 0.1rem 0.3rem; font-size: 0.9rem; + margin-left: 5px; } .header h1, h5, p { @@ -206,6 +215,10 @@ small.has-error { } } +.new-address { + width: 220px; +} + hr { margin: 2.25rem 0;} [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { @@ -237,6 +250,8 @@ hr { margin: 2.25rem 0;} .m30a {margin: 30px auto;} .br100 {border-radius: 100%;} .lh {line-height: 0;} +.oh {overflow:hidden;} + .signin input.ng-dirty.ng-invalid { border: 2px red solid; } diff --git a/css/tpl-default.css b/css/tpl-default.css index 54b8aca5f..d4b4b5887 100644 --- a/css/tpl-default.css +++ b/css/tpl-default.css @@ -87,6 +87,10 @@ body { color: #fff; } +.header-content a { + color: #fff; +} + .panel { color: #333; background: #FFFFFF; @@ -177,3 +181,8 @@ button.secondary:hover { background-color: #FFDF00 !important;} .text-gray { color: #999;} +#footer { + background: #2C3E50; + color: #fff; +} + diff --git a/index.html b/index.html index dcb3f3487..ec8c250b0 100644 --- a/index.html +++ b/index.html @@ -14,22 +14,23 @@
-
- +
+
-
-
- {{$root.wallet.id}} - Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}> - ({{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}}) - -
-

+

+ +
Balance: {{totalBalance || 0}}
-

-

+

+
Available to Spend: {{availableBalance || 0}} -

+
@@ -96,9 +97,13 @@
-