From 86aa2d0ea7af4e1da0c427bafae474be53708f9e Mon Sep 17 00:00:00 2001 From: bechi Date: Wed, 9 Sep 2015 01:08:21 -0300 Subject: [PATCH] add icon and fix sizes --- public/views/glidera.html | 60 +++++++++++++++++++----------------- public/views/walletHome.html | 12 ++++---- src/css/main.css | 11 ++++++- 3 files changed, 47 insertions(+), 36 deletions(-) diff --git a/public/views/glidera.html b/public/views/glidera.html index 3df1ee0fa..5d790eb9d 100644 --- a/public/views/glidera.html +++ b/public/views/glidera.html @@ -1,6 +1,6 @@ -
@@ -20,12 +20,12 @@ Connecting to Glidera... {{index.glideraLoading|translate}} - +
-
- +
+
@@ -43,7 +43,7 @@
-
@@ -51,12 +51,12 @@
Connect your Glidera account to get started
- + Testnet wallets only work with Glidera Sandbox Accounts
@@ -69,20 +69,20 @@
- -
-
+
@@ -95,11 +95,11 @@ {{index.glideraPersonalInfo.firstName}} {{index.glideraPersonalInfo.lastName}}
-
- Your Glidera account is not ready to transact. Please, verify it at - Your Glidera account is not ready to transact. Please, verify it at + Glidera.io @@ -107,20 +107,22 @@
    -
  • - Buy - - - + + Buy Bitcoin + + +
  • -
  • - Sell + + Sell Bitcoin @@ -134,8 +136,8 @@
-

Activity

-
Activity +
No activity in your account
diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 41a119008..c921fcacb 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -96,7 +96,7 @@ Pending Confirmation: {{index.pendingAmountStr}}
- +
@@ -113,9 +113,9 @@
- - Glidera + Glidera @@ -274,7 +274,7 @@
- + Request a specific amount
@@ -410,7 +410,7 @@
  • {{index.feeOpts[fee.level]|translate}} -
  • @@ -521,7 +521,7 @@
    - + Download CSV file
    diff --git a/src/css/main.css b/src/css/main.css index 6d9351d3b..f71619032 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -1097,7 +1097,16 @@ input.ng-invalid-match, input.ng-invalid-match:focus { } .preferences-icon { - padding: 0.6rem 0.8rem !important; + width: auto; + height: 40px; +} + +@media only screen and (max-width: 40em) { + .preferences-icon { + width: 40px; + height: 40px; + padding: 0.55rem !important; + } } .alertModal {