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

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

Issue 23536020: Adds cache and buffer graphs to the properties pane. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: got tests running Created 7 years, 3 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/new/media_internals.css
diff --git a/content/browser/resources/media/new/media_internals.css b/content/browser/resources/media/new/media_internals.css
index 88a792b565b2323ac82a668ab56f524a323b1684..b747fb970c170f07b637614151aa638ae3f4d21f 100644
--- a/content/browser/resources/media/new/media_internals.css
+++ b/content/browser/resources/media/new/media_internals.css
@@ -18,6 +18,8 @@ table {
}
td {
border: 1px solid black;
+ word-wrap: break-word;
+ max-width: 200px;
}
thead {
color: rgb(50,50,50);
@@ -43,7 +45,6 @@ h3 {
padding: 0;
padding-left: 25px;
margin: 0;
- max-height: 100%;
}
#list-wrapper {
@@ -52,7 +53,6 @@ h3 {
justify-content: space-between;
align-items: flex-start;
align-content: stretch;
- height: 100%;
}
#player-list-wrapper,
@@ -89,3 +89,7 @@ h3 {
#log-wrapper > thead {
position: fixed;
}
+
+#graphs li {
+ list-style-type: none;
+}

Powered by Google App Engine
This is Rietveld 408576698