aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
authorDan Finlay <dan@danfinlay.com>2016-05-24 06:31:11 +0800
committerDan Finlay <dan@danfinlay.com>2016-05-24 06:31:11 +0800
commitadaf1c7012b398d5d0d548553ba35e80cf5c3d31 (patch)
tree5e8f9b792dc2c3baab25faddea18a3618abc2f74 /ui/app/css/index.css
parent45916175d7281ff0eba25fcb5918a01e02baad7c (diff)
downloadtangerine-wallet-browser-adaf1c7012b398d5d0d548553ba35e80cf5c3d31.tar.gz
tangerine-wallet-browser-adaf1c7012b398d5d0d548553ba35e80cf5c3d31.tar.zst
tangerine-wallet-browser-adaf1c7012b398d5d0d548553ba35e80cf5c3d31.zip
Add copy address button to account list
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r--ui/app/css/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index d6d1f91ac..8e25c1f88 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -319,6 +319,11 @@ input.large-input {
height: 100%;
}
+.identity-copy.flex-column {
+ flex: 0.25 0 auto;
+ justify-content: center;
+}
+
/* accounts screen */
.identity-section {