From 6d213a93ebec40732337b06dce0d7e23a5d8a8e7 Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 19 May 2015 17:48:47 -0300 Subject: [PATCH] Fix homewallet for 1-1 --- public/views/walletHome.html | 11 ++++++----- src/css/mobile.css | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/public/views/walletHome.html b/public/views/walletHome.html index 3c40e3ab7..562ecf832 100644 --- a/public/views/walletHome.html +++ b/public/views/walletHome.html @@ -113,18 +113,19 @@

- {{index.m}} of {{index.n}} + {{index.walletName}}

- Multisignature wallet - Testnet + Multisignature wallet ({{index.m}} of {{index.n}}) + - Testnet

- {{index.m}} of {{index.n}} + {{index.walletName}}

-
- Personal Wallet - Testnet +
+ Testnet
diff --git a/src/css/mobile.css b/src/css/mobile.css index c9708913e..32e8daa36 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -205,8 +205,8 @@ _:-ms-fullscreen, :root .main { .walletHome .wallet-info { margin-left: 85px; line-height: 110%; - float: left; - margin-bottom: 20px; + height: 60px; + overflow: hidden; } .copayers {