diff options
author | Dan Finlay <somniac@me.com> | 2016-12-17 02:04:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-17 02:04:57 +0800 |
commit | 6d13ef691f4162caad6b8742a21d0b75f8baccca (patch) | |
tree | 74790ae54c78ea0dfb71329118397dde116ebe44 /ui/app/css | |
parent | e6c01abba4b66c6ef98a9d8155439be002dea5cd (diff) | |
download | tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.gz tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.tar.zst tangerine-wallet-browser-6d13ef691f4162caad6b8742a21d0b75f8baccca.zip |
Revert "Interface enhancements"
Diffstat (limited to 'ui/app/css')
-rw-r--r-- | ui/app/css/index.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 6ce426094..975a5289b 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -67,7 +67,7 @@ button.spaced { } button:not([disabled]):hover { - transform: scale(1.05); + transform: scale(1.1); } button:not([disabled]):active { transform: scale(0.95); @@ -112,7 +112,9 @@ button.btn-thin { font-size: 13px; } -.app-header {} +.app-header { + padding: 6px 8px; +} .app-header h1 { font-family: 'Montserrat Regular'; @@ -163,6 +165,9 @@ textarea.twelve-word-phrase { } .network-name { + position: absolute; + top: 8px; + left: 60px; width: 5.2em; line-height: 9px; text-rendering: geometricPrecision; |