From 4e36f88b1cab33c21e27c12c01e0ec8a7b4d908e Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 29 Sep 2015 17:58:04 -0300 Subject: [PATCH] improve home glidera ui --- public/views/glidera.html | 35 ++++++++++++++++++----------------- src/css/main.css | 6 ++++++ 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/public/views/glidera.html b/public/views/glidera.html index 326705695..bbe35e273 100644 --- a/public/views/glidera.html +++ b/public/views/glidera.html @@ -140,8 +140,8 @@
  • - - Buy Bitcoin + buy bitcoin + Buy Bitcoin @@ -150,11 +150,11 @@ ng-show="index.glideraPermissions.transact && (index.glideraStatus.userCanSell || index.glideraStatus.userCanTransact)" ng-click="$root.go('sellGlidera')"> - - Sell Bitcoin - - - + buy bitcoin + Sell Bitcoin + + +
  • @@ -168,29 +168,30 @@ ng-click="glidera.openTxModal(index.glideraToken, tx)" class="row collapse last-transactions-content">
    - Bought - Sold + bought + bought + bought + bought
    - + {{tx.subtotal|currency:'':2}} {{tx.currency}}
    - +
    + +
    +
    + Processing +
    -
    - Completed - Processing - Error -
    diff --git a/src/css/main.css b/src/css/main.css index 59a09e071..4488759d2 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -496,6 +496,12 @@ input[type=number]::-webkit-outer-spin-button { border: 1px solid #4B6178; } +.label.outline.gray { + font-size: 90%; + background: transparent; + border: 1px solid #A9B6C2; +} + .label.success {background-color: #1ABC9C;} .label.alert {background-color: #ED4A43;} .label.gray {background-color: #4B6178;}