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

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

Issue 68103011: Adds URL to each peerconnection tab title on webrtc-internals. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 6 years, 10 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 | « content/browser/resources/media/tab_view.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/resources/media/webrtc_internals.css
diff --git a/content/browser/resources/media/webrtc_internals.css b/content/browser/resources/media/webrtc_internals.css
index 096a227b5238245ef6289f021b75098105c9f942..cc976ebd931051645931a6953bb8f88df8af3756 100644
--- a/content/browser/resources/media/webrtc_internals.css
+++ b/content/browser/resources/media/webrtc_internals.css
@@ -24,11 +24,6 @@
margin: 0.5em 0 0.5em 0;
}
-.stats-graph-container-heading {
- font-size: 0.8em;
- font-weight: bold;
-}
-
.stats-graph-sub-container {
float: left;
margin: 0.5em;
@@ -56,6 +51,10 @@
padding: 0 0 1em 0;
}
+.stats-table-active-connection {
+ font-weight: bold;
+}
+
body {
font-family: 'Lucida Grande', sans-serif;
}
@@ -85,22 +84,26 @@ th {
.tab-head {
background-color: rgb(220, 220, 220);
- margin: 10px 5px 0 5px;
+ margin: 10px 2px 0 2px;
text-decoration: underline;
cursor: pointer;
display: inline-block;
- width: 32%;
+ word-break: break-all;
+ width: 20em;
}
+
.active-tab-head {
background-color: turquoise;
font-weight: bold;
}
+
.tab-body {
border: 1px solid turquoise;
border-top-width: 3px;
padding: 0 10px 500px 10px;
display: none;
}
+
.active-tab-body {
display: block;
}
« no previous file with comments | « content/browser/resources/media/tab_view.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698