UNPKG

webrtc-samples

Version:

Project checking for WebRTC GitHub samples repo

50 lines (48 loc) 851 B
/* * Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. * * Use of this source code is governed by a BSD-style license * that can be found in the LICENSE file in the root of the source * tree. */ button { margin: 20px 10px 0 0; width: 130px; } button#gather { display: block; } section#iceServers input { margin: 0 0 10px; width: 260px; } section#iceConstraints label { margin: 0 1em 0 0; } section#iceServers label { display: inline-block; width: 150px; } select#servers { font-size: 1em; padding: 5px; width: 420px; } div#iceTransports span { margin: 0 1em 0 0; } table#candidates { font-size: 0.7em; text-align: right; overflow-y: auto; width: 100%; } th { font-weight: bold; } th:nth-child(3),td:nth-child(3) { text-align: left } th:nth-child(6),td:nth-child(6) { text-align: left }