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

Unified Diff: content/browser/resources/media/media_internals.css

Issue 643343004: Video Capture Capabilities available on chrome://media-internals (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style fix in unit test Created 6 years, 2 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: content/browser/resources/media/media_internals.css
diff --git a/content/browser/resources/media/media_internals.css b/content/browser/resources/media/media_internals.css
index 041527f951c8a26ccf7ef1268d9e15cf7114307a..912b557332c793eeb4c8d862f668a3f2826fc571 100644
--- a/content/browser/resources/media/media_internals.css
+++ b/content/browser/resources/media/media_internals.css
@@ -9,6 +9,7 @@ body,
padding: 0;
width: 100%;
height: 100%;
+ font-family:Arial;
}
table {
@@ -114,4 +115,8 @@ h3 {
.timestamp {
min-width: 115px;
-}
+}
+
+#video-capture-capabilities-table tr td {
+ font-size:13px;
+}

Powered by Google App Engine
This is Rietveld 408576698