diff --git a/css/src/main.css b/css/src/main.css index 584121791..6f80eb5c3 100644 --- a/css/src/main.css +++ b/css/src/main.css @@ -65,6 +65,7 @@ body, html{ header { background-color: #1ABC9C; overflow: hidden; + height: 56px; } header .creation { @@ -75,6 +76,7 @@ header .creation { header .alt-currency { background: #16A085; + color: #fff; } .panel h3, .box-setup h3 { @@ -534,6 +536,7 @@ a.button-setup { .m20r {margin-right: 20px;} .m15r {margin-right: 15px;} .m20t {margin-top: 20px;} +.m5 {margin: 5px;} .m10 {margin: 10px;} .m15 {margin: 15px;} .m15h {margin: 0 15px;} @@ -564,7 +567,7 @@ a.button-setup { line-height: inherit; } -.line-dashed-setup-v { +.line-dashed-setuph-v { border-left: 1px dashed #415970; } diff --git a/css/src/mobile.css b/css/src/mobile.css index a6002717e..ad690f022 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -49,7 +49,8 @@ } .left-off-canvas-menu { - background: #2C3E50; + background: #E4E8EC; + line-height: 24px; } .off-canvas-wrap,.inner-wrap{ @@ -89,9 +90,26 @@ } ul.off-canvas-list li a { + text-transform: uppercase; + font-size: 12px; + vertical-align: middle; + font-weight: 100; border-bottom: transparent; padding: 0.66667rem 1rem; - color: #fff; + color: #7A8C9E; + border-top: 1px solid rgba(255,255,255,0.25); + -moz-box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.15); + box-shadow: 0px -1px 0px 0px rgba(165,178,191,0.15); + } + + ul.off-canvas-list li a i { + vertical-align: middle; + } + + ul.off-canvas-list li a.wallet-item { + border: none; + -moz-box-shadow: none; + box-shadow: none; } ul.off-canvas-list li a i { @@ -166,14 +184,11 @@ margin-bottom: 50px; } - .founds { - color: #8597A7; - } - .side-nav.wallets { padding: 0; - height: auto; + height: 100%; left: 0; + top: 56px; } ul.off-canvas-list li a:hover { diff --git a/views/includes/sidebar-mobile.html b/views/includes/sidebar-mobile.html index bcd29abf4..a243e611f 100644 --- a/views/includes/sidebar-mobile.html +++ b/views/includes/sidebar-mobile.html @@ -1,24 +1,39 @@
-
-
- -
-
- -
-
+
- {{$root.wallet.getName()}} - {{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}} - - - - - - - - - +
+
{{$root.wallet.getName() | limitTo: 1}}
+
+
+
+
[ {{$root.wallet.requiredCopayers}} of {{$root.wallet.totalCopayers}} ]
+
+
{{$root.wallet.getName()}}
+
+
+
+ Waiting for copayers... +
+ +
+ {{totalBalance || 0 |noFractionNumber}} {{$root.wallet.settings.unitName}} + {{totalBalanceAlternative |noFractionNumber:2}} {{alternativeIsoCode}} + N/A +
+
+
+
+
@@ -53,6 +68,8 @@
+
+ -
-