fix modal tx details

This commit is contained in:
bechi 2015-12-02 11:45:28 -03:00
commit 47f5a346bc

View file

@ -74,7 +74,7 @@ h4.title a {
}
.preferences h4 {
.preferences h4, .modal-content h4 {
background: #F6F7F9;
padding: 25px 0px 5px 20px;
text-transform: uppercase;
@ -85,7 +85,7 @@ h4.title a {
}
.preferences ul {
.preferences ul, .modal-content ul {
font-size:14px;
background: white;
}
@ -623,6 +623,8 @@ input[type=number]::-webkit-outer-spin-button {
}
.header-modal {
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
background: #fff;
width: 100%;
padding: 0.8rem;
position: relative;