diff options
Merge pull request #259 from MetaMask/uiFixes
Do a little UI house cleaning
Diffstat (limited to 'ui/app/css/index.css')
-rw-r--r-- | ui/app/css/index.css | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index c33753888..7055b0d5c 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -223,7 +223,7 @@ app sections padding: 8px;*/ } -.editable-input{ +.sizing-input{ font-size: 1em; height: 31px; } @@ -365,22 +365,23 @@ input.large-input { .account-detail-section { } - +.name-label{ + margin-bottom: 14px; +} .edit-text { - height: 15px; + height: 100%; visibility: hidden; } .editing-label { cursor: text; - width: 60px; - height: 20px; - position: absolute; + width: 100%; + position: relative; + top: 7px; text-align: right; font-size: small; - padding-top: 15px; color: #F7861C; } -.editing-label:hover div{ +.name-label:hover .edit-text { visibility: visible; } /* tx confirm */ |