This commit is contained in:
Oleksandr Zhurbenko 2015-05-06 12:50:16 -07:00
commit 10851cf521
4 changed files with 12 additions and 7 deletions

View File

@ -383,6 +383,7 @@ Handlebars.registerHelper "visibility", (section) ->
setInSession 'webrtc_notification_is_displayed', false
@onLoadComplete = ->
document.title = "BigBlueButton #{window.getMeetingName() ? 'HTML5'}"
setDefaultSettings()
Meteor.Users.find().observe({

View File

@ -27,7 +27,6 @@
</template>
<template name="main">
{{setTitle}}
<body>
<div id="dialog" title="Confirm Logout">
<p>Are you sure you want to log out?</p>

View File

@ -15,7 +15,7 @@ body {
}
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
position: relative;
top: 15px;
top: 0;
}
@media @mobile-portrait-with-keyboard, @mobile-portrait {
overflow-x: hidden;

View File

@ -54,11 +54,16 @@
}
#users {
-webkit-flex: 1 1 20%;
-moz-flex: 1 1 20%;
-ms-flex: 1 1 20%;
flex: 1 1 20%;
height: 99%;
@media @landscape {
-webkit-flex: 1 1 20%;
-moz-flex: 1 1 20%;
-ms-flex: 1 1 20%;
flex: 1 1 20%;
height: 100%;
}
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
display: none !important;
}
}
#user-contents {