Commit 0b591186 authored by fischman@chromium.org's avatar fischman@chromium.org

Style improvements to chrome://webrtc-internals.

Patch originally by Sam Dutton <dutton@google.com>.

TBR=dutton@google.com

Review URL: https://chromiumcodereview.appspot.com/12220106

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181863 0039d316-1c4b-4281-b951-d872f2087c98
parent e6b1ba10
......@@ -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;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment