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

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: change border color to #aaa 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
« no previous file with comments | « chrome/test/data/webrtc/manual/peerconnection.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..985af171f1ed5494b695f613d6f032e44e97a920 100644
--- a/chrome/test/data/webrtc/manual/stylesheet.css
+++ b/chrome/test/data/webrtc/manual/stylesheet.css
@@ -14,11 +14,11 @@ h1, h2, h3 {
}
a {
- text-decoration:none;
+ text-decoration: none;
}
pre {
- background-color: #e2e2e2;
+ background-color: #eee;
margin-right: 20px;
}
@@ -46,17 +46,30 @@ input[type=checkbox] {
top: 2px;
}
-video {
- border:1px solid #ccc;
+.video-area {
+ background: #eee;
+ border:1px solid #aaa;
+}
+
+.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%;
}
« no previous file with comments | « chrome/test/data/webrtc/manual/peerconnection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698