gecko-dev/toolkit/content/aboutwebrtc/aboutWebrtc.css
Michael Froman 38bdfba7a2 Bug 1414171 - pt 2 - Sort ICE stats by componentId on about:webrtc. r=drno
- add new component_id field to NrIceCandidatePair
- add the candidate pair component_id to RTCIceCandidatePairStats in
  RecordIceStats_s
- add new column in ice stats table for component id
- sort ice stats by component id first


MozReview-Commit-ID: J89ZIYEUyRk

--HG--
extra : rebase_source : 681a5afa1303b4e377fcc14d099ce0b3d852f22c
2018-01-30 22:23:54 -06:00

119 lines
1.7 KiB
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
html {
background-color: #edeceb;
font: message-box;
}
.controls {
font-size: 1.1em;
display: inline-block;
margin: 0 0.5em;
}
.control {
margin: 0.5em 0;
}
.control > button {
margin: 0 0.25em;
}
.message > p {
margin: 0.5em 0.5em;
}
.log p {
font-family: monospace;
padding-left: 2em;
text-indent: -2em;
margin-top: 2px;
margin-bottom: 2px;
}
#content > div {
padding: 1em 2em;
margin: 1em 0;
border: 1px solid #afaca9;
border-radius: 10px;
background: none repeat scroll 0% 0% #fff;
}
.section-heading *
{
display: inline-block;
}
.section-heading > button {
margin-left: 1em;
margin-right: 1em;
}
.peer-connection > h3
{
background-color: #ddd;
}
.peer-connection table {
width: 100%;
text-align: center;
border: none;
}
.peer-connection table th {
font-weight: bold;
}
.peer-connection table th,
.peer-connection table td {
padding: 0.4em;
}
.peer-connection table tr:nth-child(even) {
background-color: #ddd;
}
.peer-connection table caption {
text-align: left;
}
.peer-connection table.raw-candidate {
text-align: left;
}
.bottom-border td {
border-bottom: thin solid;
border-color: black;
}
.trickled {
background-color: #bdf;
}
.info-label {
font-weight: bold;
}
.section-ctrl {
margin: 1em 1.5em;
}
div.fold-trigger {
color: blue;
cursor: pointer;
}
@media screen {
.fold-closed {
display: none !important;
}
}
@media print {
.no-print {
display: none !important;
}
}