diff --git a/assets/styles/style.css b/assets/styles/style.css index ad55b3b..dcfca4d 100644 --- a/assets/styles/style.css +++ b/assets/styles/style.css @@ -116,10 +116,15 @@ body.pg-loaded > .inner { #dlgGeneralConfirm .modalBody { height: 100px; } + #dlgDeleteAddressConfirm .modalBody { height: 100px; } +#dlgAboutInfo .modalBody { + height: 180px; +} + #dlgCreateWalletPassword .modalBody, #dlgCreateAddressAndName .modalBody { height: 200px; @@ -374,4 +379,14 @@ div.noAddressWrapper { #btnAddToAddressBook { margin-right: 3px; +} + +.infoText { + margin: 3px; +} + +#aboutInfoWallet { + font-size: 1.5em; + text-decoration: underline; + margin-bottom: 10px; } \ No newline at end of file diff --git a/index.html b/index.html index 98fb80f..029c197 100644 --- a/index.html +++ b/index.html @@ -108,13 +108,26 @@