diff --git a/cordova/config.xml b/cordova/config.xml index 9d2723c56..c5f960114 100644 --- a/cordova/config.xml +++ b/cordova/config.xml @@ -18,7 +18,7 @@ - + diff --git a/css/src/main.css b/css/src/main.css index 658943160..a8b52a752 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -4,6 +4,11 @@ * */ + +.panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p { + color: #2C3E50; +} + body, div, .row { -webkit-overflow-scrolling: touch; }; diff --git a/css/src/mobile.css b/css/src/mobile.css index 8000d459e..543d918d4 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -103,7 +103,7 @@ position: fixed; width: 100%; z-index: 5; - background: #3C4E60; + background: #2C3E50; } .bottom-bar { diff --git a/views/send.html b/views/send.html index d42af2f2e..fe173d962 100644 --- a/views/send.html +++ b/views/send.html @@ -1,4 +1,16 @@
+
+
+
+ +
+
+

Available Balance: {{$root.wallet.balanceInfo.availableBalance}} {{$root.wallet.settings.unitName}}

+ {{$root.wallet.balanceInfo.lockedBalance}} {{$root.wallet.settings.unitName}} in pending transactions +
+
+
+

{{$root.title}}

@@ -164,17 +176,6 @@
-
- - - {{'Locked'|translate}}   - - - - {{$root.wallet.balanceInfo.lockedBalance}} {{$root.wallet.settings.unitName}} - - {{$root.wallet.balanceInfo.lockedBalanceAlternative}} {{$root.wallet.balanceInfo.alternativeIsoCode}} - -