style login description

This commit is contained in:
Zachary Chai 2017-01-20 14:46:52 -05:00
parent 9057948750
commit ca79ba6317
3 changed files with 6 additions and 2 deletions

View File

@ -21,6 +21,10 @@
width: 200px; width: 200px;
padding: 0; padding: 0;
} }
.login-text {
font-size: 16px;
padding-right: 5px;
}
} }
.rooms { .rooms {

View File

@ -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>

View File

@ -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