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

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

Issue 12220106: Style improvements to chrome://webrtc-internals. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | 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 20e378577fca76bb8c5b75cbf6118dd3db5d1544..ae1c2c75e8823ee324d2959f1748301a8ec58e06 100644
--- a/content/browser/resources/media/webrtc_internals.css
+++ b/content/browser/resources/media/webrtc_internals.css
@@ -15,11 +15,85 @@ textarea {
}
.log-header-event {
- min-width: 720px;
+ min-width: 600px;
}
.stats-table-container {
float: left;
- padding-left: 5px;
- padding-right: 5px;
+ padding: 0 0 0 0;
+}
+
+body {
+ font-family: 'Lucida Grande', sans-serif;
+ padding: 20px;
+}
+
+button {
+ margin-left: 1em;
+}
+
+h3 + div {
+ font-size: 0.8em;
+ margin: 0 0 1.2em 0;
+}
+
+h2 {
+ border-bottom: 1px solid #eee;
+ color: #666;
+ font-size: 1.1em;
+ margin: 0 0 1.6em 0;
+ padding: 0 0 0.7em 0;
+}
+
+h3 {
+ color: #666;
+ font-size: 0.9em;
+ margin: 0 0 0.5em 0;
+}
+
+li {
+ list-style-type: none;
+ margin: none;
+ padding: none;
+}
+
+span {
+ width: 17em;
+ display: inline-block;
+}
+
+table {
+ border: none;
+ margin: 0 1em 1em 0;
+}
+
+td {
+ border: none;
+ font-size: 0.8em;
+ padding: 0 1em 0.5em 0;
+}
+
+td:first-child {
+ padding-top: 0.3em;
+}
+
+textarea {
+ border: none;
+ outline: none;
+}
+
+table > tr {
+ vertical-align: top;
+}
+
+th {
+ border: none;
+ font-size: 0.8em;
+ padding: 0 0 0.5em 0;
+}
+
+ul {
+ margin: none;
+ padding: none;
+ -webkit-padding-start: 0px;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698