Index: remoting/webapp/html/client_plugin.html |
diff --git a/remoting/webapp/html/client_plugin.html b/remoting/webapp/html/client_plugin.html |
index af375ae3ae6e5dca024164888fb5ca9a588b97f3..7353b2383c64b23b533b51c8b0a02db015956eb7 100644 |
--- a/remoting/webapp/html/client_plugin.html |
+++ b/remoting/webapp/html/client_plugin.html |
@@ -4,8 +4,12 @@ Use of this source code is governed by a BSD-style license that can be |
found in the LICENSE file. |
--> |
<div class="vertically-centered"> |
- <div id="video-container"> |
- <video id="mediasource-video-output"></video> |
- <div id="client-plugin-container" class="horizontally-centered"></div> |
+ <div class="full-width"> |
+ <div class="horizontally-centered"> |
+ <div id="video-container"> |
+ <video id="mediasource-video-output"></video> |
+ <div id="client-plugin-container"></div> |
+ </div> |
</div> |
+ </div> |
</div> |