From 6b19189caad2f18db8ad38bb91b2de23d753587c Mon Sep 17 00:00:00 2001 From: Nick Cardin Date: Tue, 6 Sep 2016 17:56:22 -0400 Subject: [PATCH] update nav link css --- public/views/add.html | 6 +++--- public/views/amazon.html | 2 +- public/views/glidera.html | 6 +++--- public/views/preferences.html | 12 ++++++------ public/views/preferencesAbout.html | 6 +++--- public/views/preferencesAdvanced.html | 12 ++++++------ public/views/tab-export-file.html | 18 ++++++++---------- public/views/tab-home.html | 14 +++++++------- public/views/tab-settings.html | 14 +++++++------- src/sass/common.scss | 1 + 10 files changed, 45 insertions(+), 46 deletions(-) diff --git a/public/views/add.html b/public/views/add.html index 4b24c8da7..491830b33 100644 --- a/public/views/add.html +++ b/public/views/add.html @@ -12,17 +12,17 @@

Create new wallet

- +

Join shared wallet

- +

Import wallet

- +
diff --git a/public/views/amazon.html b/public/views/amazon.html index d32c8cca9..49edf5f46 100644 --- a/public/views/amazon.html +++ b/public/views/amazon.html @@ -36,7 +36,7 @@ Buy Gift Card - + diff --git a/public/views/glidera.html b/public/views/glidera.html index 038a5d5f0..4933fa584 100644 --- a/public/views/glidera.html +++ b/public/views/glidera.html @@ -90,7 +90,7 @@ {{email}} - +
@@ -115,14 +115,14 @@ href ui-sref="glidera.buy"> buy bitcoin Buy Bitcoin - + buy bitcoin Sell Bitcoin - +
diff --git a/public/views/preferences.html b/public/views/preferences.html index 446951fcc..fa1b74027 100644 --- a/public/views/preferences.html +++ b/public/views/preferences.html @@ -12,7 +12,7 @@ {{wallet.name}} - + Hardware Wallet @@ -25,7 +25,7 @@ - + Email Notifications @@ -33,14 +33,14 @@ Disabled {{wallet.email}} - +
Security
Backup - +
@@ -54,12 +54,12 @@
Delete recovery phrase - +
Advanced - + diff --git a/public/views/preferencesAbout.html b/public/views/preferencesAbout.html index 8857bf1b1..ce5d07776 100644 --- a/public/views/preferencesAbout.html +++ b/public/views/preferencesAbout.html @@ -30,17 +30,17 @@ Terms of Use - + Translators - + Session log - + diff --git a/public/views/preferencesAdvanced.html b/public/views/preferencesAdvanced.html index 2471f9a17..e2a87c140 100644 --- a/public/views/preferencesAdvanced.html +++ b/public/views/preferencesAdvanced.html @@ -11,27 +11,27 @@ Wallet Information - + Sweep paper wallet - + Export Wallet - + Wallet Service URL - + Transaction History - + Delete Wallet - + diff --git a/public/views/tab-export-file.html b/public/views/tab-export-file.html index a0b9a9aee..6e64f2fce 100644 --- a/public/views/tab-export-file.html +++ b/public/views/tab-export-file.html @@ -17,16 +17,14 @@
-
- - -
+ +
diff --git a/public/views/tab-home.html b/public/views/tab-home.html index 2d825d7d2..a31f00002 100644 --- a/public/views/tab-home.html +++ b/public/views/tab-home.html @@ -9,7 +9,7 @@
Payment Proposals - + {{txpsN}} @@ -22,7 +22,7 @@ diff --git a/public/views/tab-settings.html b/public/views/tab-settings.html index c462d950d..f7d2942a1 100644 --- a/public/views/tab-settings.html +++ b/public/views/tab-settings.html @@ -9,7 +9,7 @@ Address Book - +
Preferences
@@ -20,7 +20,7 @@ {{currentLanguageName|translate}} - + @@ -29,7 +29,7 @@ {{unitName}} - + @@ -38,7 +38,7 @@ {{selectedAlternative.name}} - + @@ -47,7 +47,7 @@ {{feeOpts[currentFeeLevel]|translate}} - +
@@ -96,14 +96,14 @@ Incomplete - +
About {{appName}} - +
diff --git a/src/sass/common.scss b/src/sass/common.scss index 9350009f1..34ab2e428 100644 --- a/src/sass/common.scss +++ b/src/sass/common.scss @@ -1,6 +1,7 @@ .icon.nav-item-arrow-right { color: #666; font-size: 26px; + @extend .ion-ios-arrow-right; } .item.item-heading {