Browse Source

Updated text to share YouTube video.

pull/84/head
Joachim Bauch 11 years ago
parent
commit
14e523d5ed
  1. 4
      src/styles/components/_youtubevideo.scss
  2. 3
      static/partials/youtubevideo.html

4
src/styles/components/_youtubevideo.scss

@ -77,6 +77,10 @@ @@ -77,6 +77,10 @@
max-width: 700px;
}
.youtubevideo .welcome h1 {
margin-top: 10px;
}
.youtubevideo .welcome-container {
max-width: 700px;
}

3
static/partials/youtubevideo.html

@ -4,9 +4,10 @@ @@ -4,9 +4,10 @@
<div class="welcome container-fluid" ng-show="!playbackActive">
<div class="welcome-logo fa fa-youtube"></div>
<h1>{{_("Share a video with everyone in the call")}}</h1>
<h1>{{_('Share a YouTube video')}}</h1>
<div class="welcome-container">
<p>
<div>{{_("Videos are shared with everyone in this call.")}}</div>
<div class="form-group welcome-input">
<input type="text" class="form-control input-lg" ng-model="youtubeurl" placeholder="{{_('YouTube URL')}}">
<div class="welcome-input-buttons">

Loading…
Cancel
Save