From ca79ba6317f72927ebccae33aa707d6d51bdfe81 Mon Sep 17 00:00:00 2001 From: Zachary Chai Date: Fri, 20 Jan 2017 14:46:52 -0500 Subject: [PATCH] style login description --- app/assets/stylesheets/landing.scss | 4 ++++ app/views/landing/index.html.erb | 2 +- config/locales/en-us.yml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/landing.scss b/app/assets/stylesheets/landing.scss index 06900393..6d592f1d 100644 --- a/app/assets/stylesheets/landing.scss +++ b/app/assets/stylesheets/landing.scss @@ -21,6 +21,10 @@ width: 200px; padding: 0; } + .login-text { + font-size: 16px; + padding-right: 5px; + } } .rooms { diff --git a/app/views/landing/index.html.erb b/app/views/landing/index.html.erb index 3441c8d8..43844364 100644 --- a/app/views/landing/index.html.erb +++ b/app/views/landing/index.html.erb @@ -42,7 +42,7 @@ with BigBlueButton; if not, see . diff --git a/config/locales/en-us.yml b/config/locales/en-us.yml index 09ff4814..ceb2652d 100644 --- a/config/locales/en-us.yml +++ b/config/locales/en-us.yml @@ -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