aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/index.css
diff options
context:
space:
mode:
authorDan Finlay <somniac@me.com>2016-06-13 10:44:30 +0800
committerGitHub <noreply@github.com>2016-06-13 10:44:30 +0800
commitbba1ef1a715c7e8579be29096cee5013b75c0b18 (patch)
tree739e539d04aec5ab128b38d505b3b147c1fbc02e /ui/app/css/index.css
parent1324d15b11ada8ca57c6d34fc5ba8ec1bfd354b9 (diff)
parente185ffac62a9bc46936a2878e5ce5d4de7f5bef1 (diff)
downloadtangerine-wallet-browser-bba1ef1a715c7e8579be29096cee5013b75c0b18.tar
tangerine-wallet-browser-bba1ef1a715c7e8579be29096cee5013b75c0b18.tar.gz
tangerine-wallet-browser-bba1ef1a715c7e8579be29096cee5013b75c0b18.tar.bz2
tangerine-wallet-browser-bba1ef1a715c7e8579be29096cee5013b75c0b18.tar.lz
tangerine-wallet-browser-bba1ef1a715c7e8579be29096cee5013b75c0b18.tar.xz
tangerine-wallet-browser-bba1ef1a715c7e8579be29096cee5013b75c0b18.tar.zst
tangerine-wallet-browser-bba1ef1a715c7e8579be29096cee5013b75c0b18.zip
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.css17
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 */