Improves more clicks

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-10 16:49:55 -05:00
commit 39341b037b
8 changed files with 139 additions and 132 deletions

View file

@ -1379,6 +1379,7 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
}
}
<<<<<<< a4ed15ab6f9cb6ec415196f24ddee81005a8f3d6
/* Confirmation popup */
.confirmTxModal {
@ -1399,6 +1400,12 @@ input.ng-invalid-match, input.ng-invalid-match:focus {
border-top-right-radius: 5px;
}
.txModal-content {
overflow: auto;
height: 100%;
padding-bottom: 50px;
}
.txModal {
background: #f6f7f9;
border-radius: 5px;