blob: 0af30a3d3b1e8729f9cd5d2d35274413faca3fa3 [file] [edit]
/*
* 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: 0 1em 1em 0;
width: 5em;
}
div#buttons {
margin: 0;
}
div#send {
margin: 0 2em 1em 0;
}
div#sendReceive {
display: flex;
justify-content: space-evenly;
border-bottom: 1px solid #eee;
margin: 0;
padding: 0 0 10px 0;
}
div#sendReceive > div {
display: inline-block;
width: calc(50% - 20px);
}
textarea {
color: #444;
font-size: 0.9em;
font-weight: 300;
height: 7.0em;
padding: 5px;
width: calc(100% - 10px);
}