Got rid of the second body tag, fixed a whitespace under userlist

This commit is contained in:
Oleksandr Zhurbenko 2015-05-06 12:59:00 -07:00
parent 10851cf521
commit 642c28dc1d
3 changed files with 3 additions and 11 deletions

View File

@ -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) ->

View File

@ -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">

View File

@ -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;