From 5e279ee872b8e4b4d1e8bfaf5db0ccbec95259c2 Mon Sep 17 00:00:00 2001 From: bechi Date: Fri, 4 Dec 2015 12:27:16 -0300 Subject: [PATCH] fix details --- public/views/includes/menu-item.html | 2 +- public/views/modals/tx-details.html | 4 ++-- src/css/mobile.css | 7 +++++++ 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/public/views/includes/menu-item.html b/public/views/includes/menu-item.html index 5d5e81f44..4c2fd39bd 100644 --- a/public/views/includes/menu-item.html +++ b/public/views/includes/menu-item.html @@ -3,7 +3,7 @@
{{ item.title|translate }} - + {{ index.pendingTxProposalsCountForUs }} diff --git a/public/views/modals/tx-details.html b/public/views/modals/tx-details.html index c9361bcd1..a432b486e 100644 --- a/public/views/modals/tx-details.html +++ b/public/views/modals/tx-details.html @@ -18,11 +18,11 @@
- sync + sync

Received

- sync + sync

Sent

diff --git a/src/css/mobile.css b/src/css/mobile.css index f1af093a5..68c5635dd 100644 --- a/src/css/mobile.css +++ b/src/css/mobile.css @@ -200,6 +200,13 @@ _:-ms-fullscreen, :root .main { margin-top: 18px; } +.label.activity { + position: absolute; + top: 11px; + font-size: 9px; + padding: 0.15rem 0.25rem; +} + .amount { width: 100%; text-align: center;