Merge
This commit is contained in:
commit
10851cf521
@ -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({
|
||||
|
@ -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>
|
||||
|
@ -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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user