From 4f899dd0801d3b4160997574f0a6219d62ddab6c Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Sat, 11 Apr 2015 17:12:44 -0300 Subject: [PATCH] Fix style colors for wp8 --- public/views/backup.html | 13 +++++++++---- public/views/history.html | 3 ++- public/views/importLegacy.html | 2 +- public/views/includes/menu.html | 2 +- public/views/includes/notifications.html | 3 ++- public/views/includes/password.html | 3 ++- public/views/includes/sidebar.html | 3 ++- public/views/includes/topbar.html | 2 +- public/views/modals/paypro.html | 2 +- public/views/modals/tx-details.html | 2 +- public/views/modals/txp-details.html | 5 +++-- public/views/preferences.html | 2 +- public/views/preferencesBwsUrl.html | 2 +- public/views/preferencesColor.html | 2 +- public/views/receive.html | 5 +++-- public/views/send.html | 3 ++- public/views/walletHome.html | 5 +++-- src/css/mobile.css | 2 +- 18 files changed, 37 insertions(+), 24 deletions(-) diff --git a/public/views/backup.html b/public/views/backup.html index a0d185ddc..c5039c509 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -22,18 +22,23 @@ name="password" ng-model="backup.repeatpassword"> - -

Backup options

- -
diff --git a/public/views/history.html b/public/views/history.html index cf1c54ffc..f49075310 100644 --- a/public/views/history.html +++ b/public/views/history.html @@ -12,7 +12,8 @@ ng-click="history.openTxModal(btx)" class="row last-transactions-content">
- Received + Received Sent Moved
diff --git a/public/views/importLegacy.html b/public/views/importLegacy.html index 9faeae7fa..fce892877 100644 --- a/public/views/importLegacy.html +++ b/public/views/importLegacy.html @@ -10,7 +10,7 @@

Importing...

diff --git a/public/views/includes/menu.html b/public/views/includes/menu.html index 41ea7f54b..299858f88 100644 --- a/public/views/includes/menu.html +++ b/public/views/includes/menu.html @@ -4,7 +4,7 @@ ng-controller="menuController as menu">
+ ng-style="{'border-top-color':activeMenu==item.link ? index.backgroundColor : ''}">
{{item.title|translate}} diff --git a/public/views/includes/notifications.html b/public/views/includes/notifications.html index f63a21954..7fecf026e 100644 --- a/public/views/includes/notifications.html +++ b/public/views/includes/notifications.html @@ -6,7 +6,8 @@

{{noti.title|translate}}

-
{{noti.content|translate}}
+
{{noti.content|translate}}
diff --git a/public/views/includes/password.html b/public/views/includes/password.html index b961d3145..d9b966399 100644 --- a/public/views/includes/password.html +++ b/public/views/includes/password.html @@ -27,7 +27,8 @@
- diff --git a/public/views/includes/sidebar.html b/public/views/includes/sidebar.html index 2b70a9593..d2628f6ac 100644 --- a/public/views/includes/sidebar.html +++ b/public/views/includes/sidebar.html @@ -9,7 +9,8 @@ ng-class="{'selected': item.id == index.walletId}" class="nav-item"> -
{{(item.name || item.id) | limitTo: 1}}
+
{{(item.name || item.id) | limitTo: 1}}
{{item.name || item.id}}
{{item.m}} of {{item.n}}
diff --git a/public/views/includes/topbar.html b/public/views/includes/topbar.html index 5ff4ad4c3..6e8c408fb 100644 --- a/public/views/includes/topbar.html +++ b/public/views/includes/topbar.html @@ -15,7 +15,7 @@
-

+

{{(titleSection|translate) || index.walletName}}

diff --git a/public/views/modals/paypro.html b/public/views/modals/paypro.html index 2c2216ff1..61641b8e0 100644 --- a/public/views/modals/paypro.html +++ b/public/views/modals/paypro.html @@ -5,7 +5,7 @@
-

+

Payment protocol request

diff --git a/public/views/modals/tx-details.html b/public/views/modals/tx-details.html index 226748ca6..9e4bc4c5a 100644 --- a/public/views/modals/tx-details.html +++ b/public/views/modals/tx-details.html @@ -5,7 +5,7 @@
-

+

Transaction

diff --git a/public/views/modals/txp-details.html b/public/views/modals/txp-details.html index 6912ca667..6864eb19f 100644 --- a/public/views/modals/txp-details.html +++ b/public/views/modals/txp-details.html @@ -5,7 +5,7 @@
-

+

Transaction proposal

@@ -113,7 +113,8 @@
-
diff --git a/public/views/preferencesColor.html b/public/views/preferencesColor.html index 78e5c1923..3cca9b01b 100644 --- a/public/views/preferencesColor.html +++ b/public/views/preferencesColor.html @@ -1,6 +1,6 @@
- +
diff --git a/public/views/receive.html b/public/views/receive.html index 6732d3832..eb967c30d 100644 --- a/public/views/receive.html +++ b/public/views/receive.html @@ -19,7 +19,7 @@
+ ng-click="$root.go('backup')" ng-style="{'background-color':index.backgroundColor}" > Backup now
@@ -58,7 +58,8 @@
diff --git a/public/views/send.html b/public/views/send.html index cbe48949f..95e3e6d95 100644 --- a/public/views/send.html +++ b/public/views/send.html @@ -146,7 +146,8 @@
-
diff --git a/public/views/walletHome.html b/public/views/walletHome.html index dcdd67389..f86194a4f 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -1,6 +1,6 @@