update javascript and neaten up layout

This commit is contained in:
Zachary Chai
2017-01-24 16:13:12 -05:00
parent b30acae006
commit d7cd9eb8bb
5 changed files with 40 additions and 21 deletions

View File

@ -26,6 +26,10 @@ html, body {
background: #ffffff;
}
.container-fluid {
height: 100%;
}
.background {
height: 350px;
width: 100%;
@ -68,11 +72,16 @@ body[data-controller=landing][data-action=rooms].app-background {
.center-block {
float: none;
}
.center-panel-wrapper {
height: 100%;
}
.center-panel {
height: 100%;
.center-panel-size {
max-width: 1200px
}
.center-panel-content-size {
height: 100%;
max-width: 1100px;
}
@ -157,3 +166,16 @@ a.signin-link {
color: #444;
}
}
.verticle-line {
// parent must be position relative to work
width: 1px;
background-color: lightgray;
height: 100%;
position: absolute;
left: 50%;
}
.invite-join-wrapper {
position: relative;
}