Got rid of the second body tag, fixed a whitespace under userlist
This commit is contained in:
parent
10851cf521
commit
642c28dc1d
@ -114,11 +114,8 @@ Meteor.startup ->
|
||||
amplify.store key, value
|
||||
return
|
||||
)
|
||||
#
|
||||
Template.footer.helpers
|
||||
getFooterString: ->
|
||||
info = getBuildInformation()
|
||||
foot = "(c) #{info.copyrightYear} BigBlueButton Inc. [build #{info.bbbServerVersion} - #{info.dateOfBuild}] - For more information visit #{info.link}"
|
||||
|
||||
|
||||
|
||||
Template.header.events
|
||||
"click .joinAudioButton": (event) ->
|
||||
|
@ -27,7 +27,6 @@
|
||||
</template>
|
||||
|
||||
<template name="main">
|
||||
<body>
|
||||
<div id="dialog" title="Confirm Logout">
|
||||
<p>Are you sure you want to log out?</p>
|
||||
</div>
|
||||
@ -46,10 +45,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</template>
|
||||
|
||||
<template name="footer">
|
||||
</template>
|
||||
|
||||
<template name="recordingStatus">
|
||||
|
@ -59,7 +59,7 @@
|
||||
-moz-flex: 1 1 20%;
|
||||
-ms-flex: 1 1 20%;
|
||||
flex: 1 1 20%;
|
||||
height: 100%;
|
||||
height: 99%;
|
||||
}
|
||||
@media @mobile-portrait-with-keyboard, @desktop-portrait, @mobile-portrait {
|
||||
display: none !important;
|
||||
|
Loading…
Reference in New Issue
Block a user