forked from External/greenlight
		
	style login description
This commit is contained in:
		@@ -21,6 +21,10 @@
 | 
				
			|||||||
    width: 200px;
 | 
					    width: 200px;
 | 
				
			||||||
    padding: 0;
 | 
					    padding: 0;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  .login-text {
 | 
				
			||||||
 | 
					    font-size: 16px;
 | 
				
			||||||
 | 
					    padding-right: 5px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.rooms {
 | 
					.rooms {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -42,7 +42,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    <div class="center-block col-xs-6 login">
 | 
					    <div class="center-block col-xs-6 login">
 | 
				
			||||||
      <div class="text-center">
 | 
					      <div class="text-center">
 | 
				
			||||||
        <%= t('signup_description') %> <%= link_to 'Login', '/users/login', class: 'btn btn-lg btn-primary' %>
 | 
					        <span class="login-text"><%= t('login_description') %></span> <%= link_to 'Login', '/users/login', class: 'btn btn-lg btn-primary' %>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -97,7 +97,7 @@ en-US:
 | 
				
			|||||||
  return_to_room: Return to your personal room
 | 
					  return_to_room: Return to your personal room
 | 
				
			||||||
  session_url_explanation: The meeting will be taking place using the following URL
 | 
					  session_url_explanation: The meeting will be taking place using the following URL
 | 
				
			||||||
  signin_text: Log in with %{provider}
 | 
					  signin_text: Log in with %{provider}
 | 
				
			||||||
  signup_description: Login for customized sessions
 | 
					  login_description: Login for customized sessions
 | 
				
			||||||
  start: Start
 | 
					  start: Start
 | 
				
			||||||
  start_meeting: Start Meeting
 | 
					  start_meeting: Start Meeting
 | 
				
			||||||
  your_personal_room: Your Personal Room
 | 
					  your_personal_room: Your Personal Room
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user