Added more options button to each room list item.

This commit is contained in:
Ivan Sein 2016-10-17 17:33:28 +02:00
Родитель e76242bee9
Коммит a94b645ab5
2 изменённых файлов: 19 добавлений и 0 удалений

19
css/style.css Normal file → Executable file
Просмотреть файл

@ -123,3 +123,22 @@ video {
#app-content:fullscreen {
width: 100%;
}
.localmediaerror h2 {
color: red;
font-weight: bold;
}
.localmediaerror .uploadmessage {
display: none;
}
#app-navigation .utils .action {
display: inline-block;
line-height: 20px;
height: 20px;
width: 16px;
padding: 12px 6px;
cursor: pointer;
vertical-align: top;
}

0
js/rooms.js Normal file → Executable file
Просмотреть файл