Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(543)

Unified Diff: remoting/webapp/main.css

Issue 269793002: Fix <video> positioning for the MediaSource-based rendering (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/webapp/html/client_plugin.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/main.css
diff --git a/remoting/webapp/main.css b/remoting/webapp/main.css
index 2e16fbbed0b3ab4749b41849394e12158514c218..ec616a832bd4b70ef49a96c2d4bdbf04709282f4 100644
--- a/remoting/webapp/main.css
+++ b/remoting/webapp/main.css
@@ -707,6 +707,10 @@ html.apps-v2.scrollable {
display: none !important;
}
+.full-width {
+ width: 100%;
+}
+
.full-height {
height: 100%;
}
@@ -745,7 +749,6 @@ html.apps-v2.scrollable {
/* video-container needs relative position so that mediasource-video-output can
* be positioned relative to the parent with position:absolute. */
#video-container {
- width: 100%;
position: relative;
}
« no previous file with comments | « remoting/webapp/html/client_plugin.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698