Improvement open TX modal

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-09 16:48:53 -05:00
commit b405510db3
11 changed files with 341 additions and 18 deletions

View file

@ -1399,7 +1399,14 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
border-top-right-radius: 5px;
}
/*******************/
.txModal {
background: #FFFFFF;
border-radius: 5px;
position: absolute;
width: 100%;
height: 100%;
z-index: 1100;
}
.alertModal {
background: #FFFFFF;