diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2017-09-08 03:57:56 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 03:57:56 +0800 |
commit | a27a7e22f2dde983301a2bfb58a6bd7bae985f86 (patch) | |
tree | f5a22446a040daad53f02cab6c30c6b32aa0b644 /ui/app/css/lib.css | |
parent | 351db952c52950b2702f1bd7c9d0f165df34def2 (diff) | |
parent | 69c7fe24b3f14a885bb2ff0bb936d1a35b521de3 (diff) | |
download | tangerine-wallet-browser-a27a7e22f2dde983301a2bfb58a6bd7bae985f86.tar tangerine-wallet-browser-a27a7e22f2dde983301a2bfb58a6bd7bae985f86.tar.gz tangerine-wallet-browser-a27a7e22f2dde983301a2bfb58a6bd7bae985f86.tar.bz2 tangerine-wallet-browser-a27a7e22f2dde983301a2bfb58a6bd7bae985f86.tar.lz tangerine-wallet-browser-a27a7e22f2dde983301a2bfb58a6bd7bae985f86.tar.xz tangerine-wallet-browser-a27a7e22f2dde983301a2bfb58a6bd7bae985f86.tar.zst tangerine-wallet-browser-a27a7e22f2dde983301a2bfb58a6bd7bae985f86.zip |
Merge pull request #1893 from MetaMask/readd-loose
Re-add loose label onto accounts.
Diffstat (limited to 'ui/app/css/lib.css')
-rw-r--r-- | ui/app/css/lib.css | 5 |
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; |