From 3511cfe9d7479a631d2186bd70deb907ea218f25 Mon Sep 17 00:00:00 2001 From: bechi Date: Wed, 17 Dec 2014 21:57:44 -0300 Subject: [PATCH] add style on header & ul --- css/src/main.css | 8 +++++--- css/src/mobile.css | 32 ++++++++++++++++++++++-------- views/includes/sidebar-mobile.html | 23 +++++++++++---------- 3 files changed, 42 insertions(+), 21 deletions(-) diff --git a/css/src/main.css b/css/src/main.css index faef9ef7f..a14ca9f70 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -219,6 +219,7 @@ header .alt-currency { height:100%; } + .tab-bar { display: none; } @@ -249,11 +250,11 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu .side-nav.wallets .avatar-wallet, .wallet-selection.wallets .avatar-wallet { - background-color: #7A8C9E; - color: #213140; + background-color: #1ABC9C; + color: #fff; padding: 0.35rem 0.5rem; text-align: center; - margin-top: 6px; + margin-top: 3px; width: 35px; } @@ -621,6 +622,7 @@ a.button-setup { float: left; color: #fff; text-transform: lowercase; + font-weight: 500; } .name-wallet i { diff --git a/css/src/mobile.css b/css/src/mobile.css index 24458a1ea..a46016e50 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -36,6 +36,7 @@ width: 100%; z-index: 5; background: #3C4E60; + height: 55px; } .bottom-bar { @@ -57,8 +58,17 @@ } header { - height: 45px; + padding: 0.45rem; + height: 55px; line-height: 110%; + background-color: #213140; + } + + header .photo-container { + width: 40px; + height: 40px; + margin-right: 10px; + border: 1px solid #7A8C9E; } header h1 { @@ -112,10 +122,6 @@ height: 30px; } - .tab-bar-section { - text-align: left; - } - .setup-page { height: 100%; } @@ -125,8 +131,10 @@ } .tab-bar h1 { - font-weight: 100; + font-weight: 700; text-align: center; + text-transform: uppercase; + font-size: 14px; } ul.off-canvas-list li a { @@ -173,8 +181,9 @@ background-color: #213140; } - .left-small { + .left-small, .right-small, .tab-bar-section { border-right: none; + padding-top: 0.3rem; } .right-small { @@ -219,6 +228,7 @@ } .side-nav.wallets { + background: #E4E8EC; z-index: 100; overflow-y: inherit; position: inherit; @@ -226,8 +236,14 @@ border-bottom: none; } + .side-nav.wallets li { + margin: 0; + padding: 0.8rem .1rem; + border-bottom: 1px solid #D6DBE1; + } + .side-nav li.nav-item.selected { - background-color: #3C4E60; + background-color: #CED5DC; } /* diff --git a/views/includes/sidebar-mobile.html b/views/includes/sidebar-mobile.html index 0192e2101..cfb500e70 100644 --- a/views/includes/sidebar-mobile.html +++ b/views/includes/sidebar-mobile.html @@ -1,12 +1,15 @@
- -