diff --git a/README.md b/README.md index 82af8730..5d225104 100755 --- a/README.md +++ b/README.md @@ -11,23 +11,27 @@ The team consists of Kasper Rynning-Tønnesen and Nicolas Almagro Tonne, and the The team can be reached on contact@zoff.no -###Screenshot of desktop version: +###Screenshots of desktop version: - + - + - + - + - + - + - + -###Screenshot of the mobile version: + + + + +###Screenshots of the mobile version:    diff --git a/php/controller.php b/php/controller.php index 96bb92b5..35e16f56 100755 --- a/php/controller.php +++ b/php/controller.php @@ -80,13 +80,13 @@
diff --git a/static/css/style.css b/static/css/style.css index 36ff53ca..30173baa 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -63,6 +63,15 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([ color: #2D2D2D; } +.input-field{ + margin-left: 25px; + color: rgb(68,68,68); +} + +#password{ + margin-left:10px; +} + span.badge.new, .progress .determinate, .progress .indeterminate, @@ -567,9 +576,9 @@ ul #chat-log{ } .switch{ display: inline; - /*float: right;*/ - position: absolute; - right:10px; + float: right; + /*position: absolute;*/ + margin-right:10px; } .switch label .lever { background-color: #00B2FF; @@ -826,6 +835,10 @@ ul #chat-log{ } } +.remote-button{ + line-height:21px; +} + #remote-controls { font-size:50px !important; } diff --git a/static/js/youtube.js b/static/js/youtube.js index efd57564..a13246c0 100755 --- a/static/js/youtube.js +++ b/static/js/youtube.js @@ -45,12 +45,12 @@ function setup_youtube_listener(channel) seekTo = time - conf["startTime"]; song_title = obj[0][0]["title"]; getTitle(song_title, viewers); + setBGimage(video_id); if(player_ready && !window.mobilecheck()) { if(ytplayer.getVideoUrl().split('v=')[1] != video_id) { ytplayer.loadVideoById(video_id); - setBGimage(video_id); notifyUser(video_id, song_title); ytplayer.seekTo(seekTo); if(paused)