forked from External/greenlight
		
	update javascript and neaten up layout
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user