diff --git a/cordova/wp/MainPage.xaml b/cordova/wp/MainPage.xaml index 5ce3fa006..10a9fbbd3 100644 --- a/cordova/wp/MainPage.xaml +++ b/cordova/wp/MainPage.xaml @@ -31,13 +31,13 @@ SupportedOrientations="Portrait" Orientation="Portrait" shell:SystemTray.IsVisible="True" d:DesignHeight="768" d:DesignWidth="480" xmlns:my="clr-namespace:WPCordovaClassLib"> - + diff --git a/public/index.html b/public/index.html index ddf8e7753..cd27bc35e 100644 --- a/public/index.html +++ b/public/index.html @@ -37,8 +37,7 @@
diff --git a/public/views/receive.html b/public/views/receive.html index eb967c30d..3591a09e3 100644 --- a/public/views/receive.html +++ b/public/views/receive.html @@ -26,7 +26,7 @@
-
+
Generating a new address... diff --git a/public/views/send.html b/public/views/send.html index 6f6561fe3..ae8f374f0 100644 --- a/public/views/send.html +++ b/public/views/send.html @@ -137,15 +137,14 @@
-
+
-
- Cancel +
+ Cancel
diff --git a/src/css/mobile.css b/src/css/mobile.css index 8a6c707c9..92cc05557 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -175,6 +175,11 @@ _:-ms-fullscreen, :root .main { height:100%; } +.home-wallet { + height: 100%; + background-color: #fff; +} + .home-wallet .avatar-wallet { padding: 1.7rem 1rem; width: 75px;