From 8ace4e91df361b8d23a8b9d01357e13539e1d58d Mon Sep 17 00:00:00 2001 From: Taegus Date: Thu, 7 Mar 2019 08:28:16 +0100 Subject: [PATCH] * updated style --- assets/styles/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/styles/style.css b/assets/styles/style.css index 08fca68..e7ffeea 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -130,7 +130,8 @@ body.pg-loaded > .inner { height: 200px; } -#dlgSendWalletPassword .modalBody { +#dlgSendWalletPassword .modalBody, +#dlgImportFromPrivateKey .modalBody { height: 300px; } @@ -145,8 +146,7 @@ body.pg-loaded > .inner { #dlgAddAddressToBook .modalBody, #dlgChangeWalletName .modalBody, -#dlgChangeAddressName .modalBody, -#dlgImportFromPrivateKey .modalBody { +#dlgChangeAddressName .modalBody { height: 150px; }