From 0ce10c861eaee4a92700967cec4feb2ca38fdb7f Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Wed, 2 Dec 2015 12:52:28 -0300 Subject: [PATCH] Align glidera with new design --- public/views/buyGlidera.html | 21 ++++++++------------- public/views/glidera.html | 6 +++--- public/views/sellGlidera.html | 21 ++++++++------------- src/css/main.css | 5 ++++- 4 files changed, 23 insertions(+), 30 deletions(-) diff --git a/public/views/buyGlidera.html b/public/views/buyGlidera.html index b5b76e254..f60e945e3 100644 --- a/public/views/buyGlidera.html +++ b/public/views/buyGlidera.html @@ -21,19 +21,14 @@
-

-
- -
-
- Daily buy limit: - {{index.glideraLimits.dailyBuy|currency:'':2}} {{index.glideraLimits.currency}} - (remaining {{index.glideraLimits.dailyBuyRemaining|currency:'':2}} {{index.glideraLimits.currency}}) -
- Monthly buy limit: - {{index.glideraLimits.monthlyBuy|currency:'':2}} {{index.glideraLimits.currency}} - (remaining {{index.glideraLimits.monthlyBuyRemaining|currency:'':2}} {{index.glideraLimits.currency}}) -
+

+ Daily buy limit: + {{index.glideraLimits.dailyBuy|currency:'':2}} {{index.glideraLimits.currency}} + (remaining {{index.glideraLimits.dailyBuyRemaining|currency:'':2}} {{index.glideraLimits.currency}}) +
+ Monthly buy limit: + {{index.glideraLimits.monthlyBuy|currency:'':2}} {{index.glideraLimits.currency}} + (remaining {{index.glideraLimits.monthlyBuyRemaining|currency:'':2}} {{index.glideraLimits.currency}})

diff --git a/public/views/glidera.html b/public/views/glidera.html index 5e5345998..d0c00aced 100644 --- a/public/views/glidera.html +++ b/public/views/glidera.html @@ -105,13 +105,13 @@
-
+
-

Preferences

+ Preferences
@@ -170,7 +170,7 @@
-

Activity

+

Activity

No activity in your account diff --git a/public/views/sellGlidera.html b/public/views/sellGlidera.html index 63f8c5ecd..1d2d7960a 100644 --- a/public/views/sellGlidera.html +++ b/public/views/sellGlidera.html @@ -21,19 +21,14 @@
-

-
- -
-
- Daily sell limit: - {{index.glideraLimits.dailySell|currency:'':2}} {{index.glideraLimits.currency}} - (remaining {{index.glideraLimits.dailySellRemaining|currency:'':2}} {{index.glideraLimits.currency}}) -
- Monthly sell limit: - {{index.glideraLimits.monthlySell|currency:'':2}} {{index.glideraLimits.currency}} - (remaining {{index.glideraLimits.monthlySellRemaining|currency:'':2}} {{index.glideraLimits.currency}}) -
+

+ Daily sell limit: + {{index.glideraLimits.dailySell|currency:'':2}} {{index.glideraLimits.currency}} + (remaining {{index.glideraLimits.dailySellRemaining|currency:'':2}} {{index.glideraLimits.currency}}) +
+ Monthly sell limit: + {{index.glideraLimits.monthlySell|currency:'':2}} {{index.glideraLimits.currency}} + (remaining {{index.glideraLimits.monthlySellRemaining|currency:'':2}} {{index.glideraLimits.currency}})

diff --git a/src/css/main.css b/src/css/main.css index 716fc180b..83e858c19 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -74,7 +74,7 @@ h4.title a { } -.preferences h4, .modal-content h4, .walletHome h4 { +.preferences h4, .modal-content h4, .walletHome h4, .glidera h4 { background: #F6F7F9; padding: 25px 0px 5px 20px; text-transform: uppercase; @@ -1024,6 +1024,9 @@ input.ng-invalid-match, input.ng-invalid-match:focus { .black { background-color: #2C3E50; } +.white { + background-color: #FFFFFF; +} .text-italic {font-style: italic;} .text-light {font-weight: 200;} .text-bold {font-weight: 700;}