+ main menu support

+ about info
This commit is contained in:
Taegus
2018-12-31 12:24:43 +01:00
parent ab0a7356d2
commit 430b7fba9f
6 changed files with 265 additions and 11 deletions

View File

@@ -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;
}