Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / content / browser / resources / media / webrtc_internals.css
index 096a227..cc976eb 100644 (file)
   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;
   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;
 }