Home | History | Annotate | Download | only in media
      1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
      2  * Use of this source code is governed by a BSD-style license that can be
      3  * found in the LICENSE file. */
      4 
      5 
      6 .peer-connection-dump-root {
      7   font-size: 0.8em;
      8   padding-bottom: 3px;
      9 }
     10 
     11 .peer-connection-hidden > *:not(h3) {
     12   display:none;
     13 }
     14 
     15 .update-log-container {
     16   float: left;
     17 }
     18 
     19 .ssrc-info-block {
     20   color: #999;
     21   font-size: 0.8em;
     22 }
     23 
     24 .stats-graph-container {
     25   clear: both;
     26   margin: 0.5em 0 0.5em 0;
     27 }
     28 
     29 .stats-graph-container-heading {
     30   font-size: 0.8em;
     31   font-weight: bold;
     32 }
     33 
     34 .stats-graph-sub-container {
     35   float: left;
     36   margin: 0.5em;
     37 }
     38 
     39 .stats-graph-sub-container > div {
     40   float: left;
     41 }
     42 
     43 .stats-graph-sub-container > div:first-child {
     44   float: none;
     45 }
     46 
     47 .stats-table-container {
     48   float: left;
     49   padding: 0 0 0 0;
     50 }
     51 
     52 body {
     53   font-family: 'Lucida Grande', sans-serif;
     54   padding: 20px;
     55 }
     56 
     57 details {
     58   min-width: 30em;
     59 }
     60 
     61 h3 + div {
     62   font-size: 0.8em;
     63   margin: 0 0 1.2em 0;
     64 }
     65 
     66 h2 {
     67   border-bottom: 1px solid #eee;
     68   color: #666;
     69   font-size: 1.1em;
     70   margin: 0 0 1.6em 0;
     71   padding: 0 0 0.7em 0;
     72 }
     73 
     74 h3 {
     75   color: #555;
     76   cursor: pointer;
     77   font-size: 0.9em;
     78   margin: 2em 0 0.5em 0;
     79   text-decoration: underline;
     80 }
     81 
     82 li {
     83   clear: both;
     84   list-style-type: none;
     85   margin: none;
     86   padding: none;
     87 }
     88 
     89 table {
     90   border: none;
     91   margin: 0 1em 1em 0;
     92 }
     93 
     94 td {
     95   border: none;
     96   font-size: 0.8em;
     97   padding: 0 1em 0.5em 0;
     98 }
     99 
    100 td:first-child {
    101   padding-top: 0.3em;
    102 }
    103 
    104 table > tr {
    105   vertical-align: top;
    106 }
    107 
    108 th {
    109   border: none;
    110   font-size: 0.8em;
    111   padding: 0 0 0.5em 0;
    112 }
    113 
    114 ul {
    115   margin: none;
    116   padding: none;
    117   -webkit-padding-start: 0px;
    118 }
    119