aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-08-10 08:40:01 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-08-10 08:40:01 +0800
commit45fc1d6ec356232e51fe4a9cc1f01929e35e8014 (patch)
treee62ed47fb114c5dac04af9aa1cbb6b6cbeeff495 /ui/app/css
parent1071a35f7be1f231542e5b784cafd47720839d14 (diff)
downloadtangerine-wallet-browser-45fc1d6ec356232e51fe4a9cc1f01929e35e8014.tar.gz
tangerine-wallet-browser-45fc1d6ec356232e51fe4a9cc1f01929e35e8014.tar.zst
tangerine-wallet-browser-45fc1d6ec356232e51fe4a9cc1f01929e35e8014.zip
Readd loose label onto accounts.
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/lib.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/ui/app/css/lib.css b/ui/app/css/lib.css
index 81647d1c1..f3acbee76 100644
--- a/ui/app/css/lib.css
+++ b/ui/app/css/lib.css
@@ -215,12 +215,13 @@ hr.horizontal-line {
z-index: 1;
font-size: 11px;
background: rgba(255,0,0,0.8);
- bottom: -47px;
color: white;
+ bottom: 0px;
+ left: -8px;
border-radius: 10px;
height: 20px;
min-width: 20px;
- position: relative;
+ position: absolute;
display: flex;
align-items: center;
justify-content: center;