From a6fea03f43e047b82b59e68abdfc58ce771db05d Mon Sep 17 00:00:00 2001 From: bechi Date: Tue, 1 Dec 2015 16:54:44 -0300 Subject: [PATCH] add icon & change bg color --- public/views/preferencesGlobal.html | 12 ++++---- public/views/walletHome.html | 9 +++--- src/css/main.css | 46 ++++++++++++++++------------- src/css/mobile.css | 6 +--- 4 files changed, 36 insertions(+), 37 deletions(-) diff --git a/public/views/preferencesGlobal.html b/public/views/preferencesGlobal.html index 7162d2bb3..1e9298edc 100644 --- a/public/views/preferencesGlobal.html +++ b/public/views/preferencesGlobal.html @@ -7,10 +7,8 @@
- +

+

+

+

+

@@ -350,7 +351,7 @@
- {{home.unitName}} + {{home.unitName}}
@@ -359,7 +360,7 @@
diff --git a/src/css/main.css b/src/css/main.css index 9dd839587..535e5adeb 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -45,13 +45,15 @@ h4 { font-size: 0.875rem; } -h4.title { - background: #F1F3F5; +.send h4.title { + box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10); + background: #fff; padding: 0.8rem; text-transform: uppercase; color: #2C3E50; font-weight: 700; font-size: 0.7rem; + text-align: center; } h4.title a { @@ -61,10 +63,6 @@ h4.title a { font-size: 12px; } -.preferences { - background: #f1f3f5; -} - .preferences form { background: white; padding-top:10px; @@ -77,7 +75,7 @@ h4.title a { .preferences h4 { - background: #F1F3F5; + background: #F6F7F9; padding: 25px 0px 5px 20px; text-transform: uppercase; color: #555; @@ -227,7 +225,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu .page, .main { height:100%; - background-color: #fff; + background-color: #F6F7F9; } .button.small.side-bar { @@ -244,7 +242,7 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu } .main { - background-color: #fff; + background-color: #F6F7F9; padding: 0 0 58px 0; position: relative; } @@ -359,7 +357,7 @@ ul.tx-copayers { } .circle-icon { - background: #F1F3F5; + background: #fff; border-radius: 100%; padding: 1.5rem; width: 80px; @@ -373,7 +371,6 @@ ul.tx-copayers { } .backup .circle-icon { - background: #fff; padding: 0.2rem; margin-bottom: 2rem; } @@ -390,7 +387,7 @@ ul.tx-copayers { } .backup .tab-bar { - background: #f1f3f5; + background: #F6F7F9; border-bottom: none; } @@ -924,15 +921,18 @@ ul.wallet-selection.wallets { } .postfix.button, .prefix.button { - position: absolute; - width: 38px; - height: 28px; - right: 7px; - top: 7px; - -moz-box-shadow: none; - box-shadow: none; - line-height: 1.7rem; - border-radius: 2px; + position: absolute; + width: 35px; + height: 22px; + right: 7px; + top: 5px; + -moz-box-shadow: none; + box-shadow: none; + font-size: 12px; + border-radius: 2px; + line-height: 2; + padding: 0; + font-weight: 500; } .postfix.button i, .prefix.button i { @@ -958,6 +958,10 @@ label.postfix, a.postfix { width: 40px; } +a.button.postfix { + color: #fff; +} + .pointer { cursor: pointer; } diff --git a/src/css/mobile.css b/src/css/mobile.css index cab890864..d8e168f9f 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -193,10 +193,6 @@ _:-ms-fullscreen, :root .main { height:100%; } -.walletHome { - background-color: #fff; -} - .walletHome .avatar-wallet { padding: 0.5rem; width: 75px; @@ -600,7 +596,7 @@ to prevent collapsing during animation*/ top: 45px; padding-bottom: 33px; -webkit-transform: translate3d(0,0,0); - background: #fff; + background: #f6f7f9; } body.modal-open {