diff options
author | Frankie <frankie.pangilinan@consensys.net> | 2016-07-01 03:43:28 +0800 |
---|---|---|
committer | Frankie <frankie.pangilinan@consensys.net> | 2016-07-01 05:53:24 +0800 |
commit | 42cd0b69e76537022c7766cae430e496371818b6 (patch) | |
tree | 82fc05d30ed924fc68519258a0076aae15c8a668 /ui/app/css/index.css | |
parent | 5252504e3f1b8437d6152861f06ee490f723276e (diff) | |
download | tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.tar tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.tar.gz tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.tar.bz2 tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.tar.lz tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.tar.xz tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.tar.zst tangerine-wallet-browser-42cd0b69e76537022c7766cae430e496371818b6.zip |
Implemt new account layout
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r-- | ui/app/css/index.css | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 27444ab6f..d8b84e8b6 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -153,6 +153,7 @@ textarea.twelve-word-phrase { top: 8px; width: 5.2em; line-height: 9px; + text-rendering: geometricPrecision; } .check { @@ -248,7 +249,7 @@ app sections .sizing-input{ font-size: 1em; - height: 31px; + height: 30px; } .editable-label{ display: flex; @@ -394,12 +395,12 @@ input.large-input { visibility: hidden; } .editing-label { - cursor: text; - width: 100%; - position: relative; - top: 7px; - text-align: right; - font-size: small; + display: flex; + justify-content: flex-start; + margin-left: 50px; + margin-bottom: 2px; + font-size: 11px; + text-rendering: geometricPrecision; color: #F7861C; } .name-label:hover .edit-text { |