Merge pull request #3576 from cmgustavo/bug/camera-position

Fix camera position
This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-02 16:07:06 -03:00
commit 6f32927a72
4 changed files with 16 additions and 14 deletions

View file

@ -54,7 +54,6 @@ h4 {
font-size: 0.75rem;
text-align: center;
line-height: 1.5;
min-height: 62px;
}
h4.title a {
@ -525,6 +524,7 @@ ul.manage li {
.p5h {padding: 0 5px;}
.p20h {padding: 0 20px;}
.p20v {padding: 20px 0;}
.p20b {padding-bottom: 20px;}
.p25l {padding-left: 25px;}
.p15 {padding:15px;}
.p20 {padding:20px;}

View file

@ -171,7 +171,7 @@ _:-ms-fullscreen, :root .main {
.amount {
width: 100%;
text-align: center;
padding: 2.5rem 1rem 1.5rem 1rem;
padding: 1.5rem 1rem 1.5rem 1rem;
margin-bottom: 11px;
color: #fff;
height: 175px;
@ -227,12 +227,14 @@ _:-ms-fullscreen, :root .main {
position: absolute;
padding: 15px 17px;
border-radius: 100%;
top: -40px;
top: inherit;
right: 15px;
bottom: 45px;
}
.send .camera-icon a {
top: 32px;
top: inherit;
bottom: 0;
}
.copayers {