Bug 1107836 - Allow the local video and audio to be muted whilst in the invitiation view for Loop's rooms. r=nperriault

This commit is contained in:
Mark Banner 2014-12-10 22:45:19 +00:00
Родитель 2a4da06dce
Коммит 59f8b4a35f
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -26,6 +26,7 @@
top: 0;
left: 0;
right: 0;
/* note that .room-invitation-overlay top matches this */
height: 26px;
}
@ -751,7 +752,8 @@ html, .fx-embedded, #main,
.room-invitation-overlay {
position: absolute;
background: rgba(0, 0, 0, .6);
top: 0;
/* This matches .fx-embedded .conversation toolbar height */
top: 26px;
right: 0;
bottom: 0;
left: 0;