diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-07-02 06:04:38 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-07-02 06:04:38 +0800 |
commit | 71df05c5ff148681e5a92c891313c6bb3cda0500 (patch) | |
tree | 0c5554c9cc63a80ce7e943eaf6a2164ff17d2a97 /ui | |
parent | 239165ff812bfa1b02a7a40f4689b209b02542a1 (diff) | |
download | tangerine-wallet-browser-71df05c5ff148681e5a92c891313c6bb3cda0500.tar tangerine-wallet-browser-71df05c5ff148681e5a92c891313c6bb3cda0500.tar.gz tangerine-wallet-browser-71df05c5ff148681e5a92c891313c6bb3cda0500.tar.bz2 tangerine-wallet-browser-71df05c5ff148681e5a92c891313c6bb3cda0500.tar.lz tangerine-wallet-browser-71df05c5ff148681e5a92c891313c6bb3cda0500.tar.xz tangerine-wallet-browser-71df05c5ff148681e5a92c891313c6bb3cda0500.tar.zst tangerine-wallet-browser-71df05c5ff148681e5a92c891313c6bb3cda0500.zip |
Put network status checkmarks at end of row
Diffstat (limited to 'ui')
-rw-r--r-- | ui/app/components/drop-menu-item.js | 2 | ||||
-rw-r--r-- | ui/app/css/index.css | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ui/app/components/drop-menu-item.js b/ui/app/components/drop-menu-item.js index 69294c94d..f5800f799 100644 --- a/ui/app/components/drop-menu-item.js +++ b/ui/app/components/drop-menu-item.js @@ -21,6 +21,8 @@ DropMenuItem.prototype.render = function () { fontFamily: 'Montserrat Regular', color: 'rgb(125, 128, 130)', cursor: 'pointer', + display: 'flex', + justifyContent: 'flex-start', }, }, [ this.props.icon, diff --git a/ui/app/css/index.css b/ui/app/css/index.css index d8b84e8b6..de694f873 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -158,6 +158,9 @@ textarea.twelve-word-phrase { .check { color: #F7861C; + flex: 1 0 auto; + display: flex; + justify-content: flex-end; } /* app sections |