From dae33e0d560a2c4a3a760bfa6b9b49a5bfaa8fae Mon Sep 17 00:00:00 2001 From: bechi Date: Wed, 14 Jan 2015 16:21:08 -0300 Subject: [PATCH] fix head --- css/src/main.css | 25 ++++++++----------------- css/src/mobile.css | 1 - views/includes/head.html | 31 +++++++++++++++++++------------ 3 files changed, 27 insertions(+), 30 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index 765d52281..670a37b2c 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -142,15 +142,11 @@ header .alt-currency { right: 0; } -.head .title { +.head .founds { float: left; padding-left: 2rem; } -.head .title h1 { - margin: 0; -} - .head .menu { float: right; position: relative; @@ -267,7 +263,6 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu padding: 0.5rem 0.65rem; background-color: #fff; color: #1ABC9C; - border-radius: 3px; line-height: 24px; text-align: center; } @@ -671,11 +666,8 @@ a.button-setup { .name-wallet { font-size: 14px; - width: 72%; - float: left; color: #fff; - text-transform: lowercase; - font-weight: 500; + font-weight: 700; } .name-wallet i { @@ -689,16 +681,15 @@ a.button-setup { } .founds { - font-weight: 100; - color: #B6E9DF; + font-size: 20px; + color: #7A8C9E; + font-weight: 700; } .locked { font-size: 11px; - background-color: #213140; - width: 100%; - padding: 0.3rem 0.7rem; - color: white; + margin-top: 0.2rem; + color: #7A8C9E; } .hidden { @@ -1112,7 +1103,7 @@ ul.wallet-selection.wallets { } .side-nav.wallets li { - margin: 1.2rem 0; + margin: 0.8rem 0; padding: 0.3rem 0.1rem; } diff --git a/css/src/mobile.css b/css/src/mobile.css index 7212e5410..fe7f3e64a 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -154,7 +154,6 @@ } ul.off-canvas-list li a { - text-transform: uppercase; font-size: 12px; vertical-align: middle; font-weight: 100; diff --git a/views/includes/head.html b/views/includes/head.html index 4ba6213d3..01643ffa6 100644 --- a/views/includes/head.html +++ b/views/includes/head.html @@ -1,15 +1,22 @@ -
-

- {{$root.title}} - - - - - - - - -

+
+ Waiting for copayers... +
+ +
+ Balance: + {{$root.wallet.balanceInfo.totalBalance || 0}} {{$root.wallet.settings.unitName}} + {{$root.wallet.balanceInfo.totalBalanceAlternative}} {{$root.wallet.balanceInfo.alternativeIsoCode}} + N/A + + + + + + + + +
+