fix txps modal

This commit is contained in:
Gustavo Maximiliano Cortez 2014-12-12 12:39:22 -03:00
commit df03fc9112
3 changed files with 80 additions and 92 deletions

View file

@ -799,7 +799,7 @@ input[type=number]::-webkit-outer-spin-button {
background-color: #A02F23;
}
.txp-popup .header {
.header-modal {
background: #F3F5F6;
width: 100%;
padding: 0.8rem;

View file

@ -294,14 +294,5 @@
padding: 15px;
}
.button-popup {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #F3F5F6;
padding: 1rem 0;
}
}