fix notification when deleting wallet

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-09 14:37:12 -03:00
commit c122cb3488
4 changed files with 39 additions and 5 deletions

View file

@ -396,6 +396,13 @@ a:hover {
background-color: #C0392A;
}
.box-notification a.close-notification {
position: absolute;
top: 8px;
right: 10px;
font-size: 24px;
}
.panel.last-transactions {
padding: 0;
margin-bottom: 2.25rem;