better ui

This commit is contained in:
Devaev Maxim
2018-07-13 13:26:48 +00:00
parent 74fdc7464b
commit 9e1f9ae853
3 changed files with 71 additions and 43 deletions

View File

@@ -2,18 +2,17 @@
box-sizing: border-box;
display: inline-block;
background-color: #e5e5f5;
padding: 1em;
text-align: left;
padding: 10px;
}
.stream-box .stream-image {
.stream-image {
width: 640px;
height: 480px;
border: 1px solid grey;
display: inline-block;
cursor: wait;
}
.session-opened {
color: grey;
}
.session-closed {
color: #ff3d40;