Merge pull request #221 from maraoz/UI/footer-video

Video is now in footer, peers tab removed
This commit is contained in:
Matias Alejo Garcia 2014-04-29 23:17:53 -03:00
commit ba6f15b432
6 changed files with 49 additions and 52 deletions

View file

@ -14,11 +14,11 @@ html, body {height: 100%;}
#wrap {min-height: 100%;}
#main {overflow:auto;
padding-bottom: 30px;} /* must be same height as the footer */
padding-bottom: 91px;} /* must be same height as the footer */
#footer {position: relative;
margin-top: -30px; /* negative value of footer height */
height: 30px;
margin-top: -91px; /* negative value of footer height */
height: 91px;
clear:both;
padding: 5px 2rem;
}
@ -52,7 +52,7 @@ html, body {height: 100%;}
}
.top-bar-section ul li {
width: 20%;
width: 25%;
}
.header {
@ -257,17 +257,17 @@ hr { margin: 2.25rem 0;}
}
.video-small {
width: 120px;
height: 120px;
margin: 20px;
width: 80px;
height: 80px;
border-radius: 1rem;
display: inline;
float:left;
float: right;
}
.online {
border: 10px solid green;
border: 3px solid green;
}
.offline {
border: 10px solid gray;
border: 3px solid gray;
}
.tx-copayers {