forked from External/greenlight
style login description
This commit is contained in:
parent
9057948750
commit
ca79ba6317
|
@ -21,6 +21,10 @@
|
|||
width: 200px;
|
||||
padding: 0;
|
||||
}
|
||||
.login-text {
|
||||
font-size: 16px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.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="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>
|
||||
|
||||
|
|
|
@ -97,7 +97,7 @@ en-US:
|
|||
return_to_room: Return to your personal room
|
||||
session_url_explanation: The meeting will be taking place using the following URL
|
||||
signin_text: Log in with %{provider}
|
||||
signup_description: Login for customized sessions
|
||||
login_description: Login for customized sessions
|
||||
start: Start
|
||||
start_meeting: Start Meeting
|
||||
your_personal_room: Your Personal Room
|
||||
|
|
Loading…
Reference in New Issue