2017-09-30 13:48:40 +02:00
|
|
|
app-openvidu-instance {
|
|
|
|
display: inline-flex;
|
|
|
|
margin: 25px 5px 0px 0px;
|
|
|
|
}
|
|
|
|
|
2017-10-02 15:18:28 +02:00
|
|
|
.top-div {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.controls-div {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
2017-09-30 13:48:40 +02:00
|
|
|
.scenario-div {
|
|
|
|
float: right;
|
|
|
|
}
|
2017-10-02 15:18:28 +02:00
|
|
|
|
|
|
|
.instance-div {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-10-16 17:16:14 +02:00
|
|
|
mat-form-field {
|
2017-10-02 15:18:28 +02:00
|
|
|
width: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.auto-join-check {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|