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

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

Issue 110853006: Combining all javascript files to one for the manual test page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed nits Created 6 years, 11 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 b57c90cb76864a143654111945c73a256e1e05f0..a58bef59b13397c2a534b9269657ec72e3f4c9df 100644
--- a/chrome/test/data/webrtc/manual/stylesheet.css
+++ b/chrome/test/data/webrtc/manual/stylesheet.css
@@ -46,6 +46,14 @@ input[type=checkbox] {
top: 2px;
}
+#error {
+ overflow: auto;
+}
+
+#messages {
+ overflow: auto;
+}
+
.drop-down {
width: 10%;
}
@@ -75,6 +83,7 @@ input[type=checkbox] {
#container {
overflow: auto;
width: 100%;
+ height: 96%;
}
#left {

Powered by Google App Engine
This is Rietveld 408576698