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

Unified Diff: chrome/test/data/webrtc/manual/stylesheet.css

Issue 12472032: Add screen capture constraints, video tag resize and removed auto video resize (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@testingscreen
Patch Set: removed semicolon Created 7 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
Index: chrome/test/data/webrtc/manual/stylesheet.css
diff --git a/chrome/test/data/webrtc/manual/stylesheet.css b/chrome/test/data/webrtc/manual/stylesheet.css
index 6c557fa83dbc29e43b714b649aa8dd3b211157b5..f5901feca29282ea8437207d48f7934475d507c7 100644
--- a/chrome/test/data/webrtc/manual/stylesheet.css
+++ b/chrome/test/data/webrtc/manual/stylesheet.css
@@ -14,7 +14,7 @@ h1, h2, h3 {
}
a {
- text-decoration:none;
+ text-decoration: none;
}
pre {
@@ -46,17 +46,30 @@ input[type=checkbox] {
top: 2px;
}
-video {
- border:1px solid #ccc;
+.video-area {
+ background: #ccc;
kjellander_chromium 2013/04/12 09:58:18 Ouch, please make this a very light gray so the co
jansson 2013/04/16 14:25:17 Done.
+ border:1px solid #000;
+}
+
+.inline-contents {
+ display: inline;
+}
+
+#getusermedia-input {
+ width: 100%;
+}
+
+#getusermedia-constraints {
+ width: 40%;
}
#wrapper {
- margin:0px auto;
- padding:5px;
+ margin: 0px auto;
+ padding: 5px;
}
#container {
- overflow: hidden;
+ overflow: auto;
width: 100%;
}
@@ -70,6 +83,6 @@ video {
}
#right-half {
- width: 50%;
- margin-left: 50%;
+ width: 49%;
+ margin-left: 51%;
}

Powered by Google App Engine
This is Rietveld 408576698