fix addres section

This commit is contained in:
bechi 2014-09-04 17:40:16 -03:00
commit 8fd6aa1eb0
3 changed files with 31 additions and 23 deletions

View file

@ -924,8 +924,8 @@ button, .button, p {
.addresses .list-addr i {
position: absolute;
top: -25px;
left: 6px;
top: -15px;
left: 0;
cursor: pointer;
}
@ -1195,5 +1195,10 @@ a.text-warning:hover {color: #FD7262;}
padding: 50px;
}
.collapse {
margin: auto;
max-width: 100%;
}
/*-----------------------------------------------------------------*/

View file

@ -131,6 +131,10 @@
height: 200px;
}
.addresses .panel {
padding: 1rem 0.8rem;
}
.btn-copy {
display: none;
}