aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css
diff options
context:
space:
mode:
authorFrankie <email": null>2016-06-06 22:09:21 +0800
committerFrankie <email": null>2016-06-06 22:09:21 +0800
commitf59ca7a6bf42b0cae70aab838a08a7d15e192d10 (patch)
tree4cadecb7f41bbf81c76819ccdc8b4fb4562865ab /ui/app/css
parent217dd9c95e2c398c07d5e88ef35bea0aad1e3a37 (diff)
downloadtangerine-wallet-browser-f59ca7a6bf42b0cae70aab838a08a7d15e192d10.tar.gz
tangerine-wallet-browser-f59ca7a6bf42b0cae70aab838a08a7d15e192d10.tar.zst
tangerine-wallet-browser-f59ca7a6bf42b0cae70aab838a08a7d15e192d10.zip
Add css to resize and alighn input for editable lable
Diffstat (limited to 'ui/app/css')
-rw-r--r--ui/app/css/index.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/app/css/index.css b/ui/app/css/index.css
index 3d22a1c33..fb2a1f552 100644
--- a/ui/app/css/index.css
+++ b/ui/app/css/index.css
@@ -219,6 +219,15 @@ app sections
padding: 8px;*/
}
+.editable-input{
+ font-size: 1em;
+ height: 31px;
+}
+
+.editable-button{
+ position: relative;
+ bottom: 2px;
+}
/* Webkit */
.unlock-screen input::-webkit-input-placeholder {
text-align: center;