diff --git a/app/assets/stylesheets/shared.scss b/app/assets/stylesheets/shared.scss index ac8845a5..77628fe2 100644 --- a/app/assets/stylesheets/shared.scss +++ b/app/assets/stylesheets/shared.scss @@ -10,7 +10,14 @@ html, body { } .app-background { - background: linear-gradient(0, white 65%, #4DC0A2 35%); + background: #4dc0a2; + background: -moz-linear-gradient(top, #4dc0a2 0%, #4dc0a2 35%, #ffffff 35%, #ffffff 100%); + background: -webkit-gradient(left top, left bottom, color-stop(0%, #4dc0a2), color-stop(35%, #4dc0a2), color-stop(35%, #ffffff), color-stop(100%, #ffffff)); + background: -webkit-linear-gradient(top, #4dc0a2 0%, #4dc0a2 35%, #ffffff 35%, #ffffff 100%); + background: -o-linear-gradient(top, #4dc0a2 0%, #4dc0a2 35%, #ffffff 35%, #ffffff 100%); + background: -ms-linear-gradient(top, #4dc0a2 0%, #4dc0a2 35%, #ffffff 35%, #ffffff 100%); + background: linear-gradient(to bottom, #4dc0a2 0%, #4dc0a2 35%, #ffffff 35%, #ffffff 100%); + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dc0a2', endColorstr='#ffffff', GradientType=0 ); } #alerts { diff --git a/app/views/landing/rooms.html.erb b/app/views/landing/rooms.html.erb index 5dd7f122..7be8d4a5 100644 --- a/app/views/landing/rooms.html.erb +++ b/app/views/landing/rooms.html.erb @@ -41,7 +41,7 @@ - + diff --git a/config/locales/en-us.yml b/config/locales/en-us.yml index 00a1c91b..152fa814 100644 --- a/config/locales/en-us.yml +++ b/config/locales/en-us.yml @@ -47,6 +47,7 @@ en-US: session_url_explanation: The session will be taking place using the following URL start: Start start_new_session: Start a new session + thumbnails: Thumbnails url_copy_explanation: Copy this URL to invite others to the meeting video: Video views: Views
<%= t('date_recorded') %><%= t('presentation') %><%= t('thumbnails') %> <%= t('duration') %> <%= t('views') %> <%= t('actions') %>