fix button on small device

This commit is contained in:
bechi 2015-11-30 11:34:33 -03:00
commit 0a2718eeaa
2 changed files with 20 additions and 19 deletions

View file

@ -395,11 +395,12 @@ ul.tx-copayers {
}
.backup .button-box {
position: absolute;
background: #F1F3F5;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 1.5rem 1rem;
padding: 0.5rem 1rem 1rem;
z-index: 9999;
}
@ -411,6 +412,10 @@ ul.tx-copayers {
border-bottom: 1px solid #A5B2BF;
}
.extra-padding-bottom {
padding-bottom: 78px;
}
.date-message {
background-color: #213140;
border-radius: 3px;