diff --git a/css/main.css b/css/main.css index d3e74daed..a164c55d3 100644 --- a/css/main.css +++ b/css/main.css @@ -29,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; } @@ -60,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 { @@ -237,6 +245,7 @@ hr { margin: 2.25rem 0;} .m10h {margin:0 10px;} .m30a {margin: 30px auto;} .br100 {border-radius: 100%;} +.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 f4dddaf31..e18e6fc66 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; diff --git a/index.html b/index.html index 1d6a72641..c13093ecb 100644 --- a/index.html +++ b/index.html @@ -14,19 +14,21 @@
-
+
-
-
- {{$root.wallet.id}} - Wallet: {{$root.wallet.name}} <{{$root.wallet.id}}> - -
-
+
+ +
Balance: {{totalBalance || 0}}
-
+
Available to Spend: {{availableBalance || 0}}