webrtc-samples
Version:
Project checking for WebRTC GitHub samples repo
26 lines (22 loc) • 460 B
CSS
/*
* 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.
*/
div.progress, div#bitrate {
margin: 0 0 1em 0;
}
div.progress div.label {
display: inline-block;
font-weight: 400;
width: 8.2em;
}
form {
margin: 0 0 1em 0;
white-space: nowrap;
}
progress {
width: calc(100% - 8.5em);
}