Fixed all known bugs; Modified the menu to hide; Fixed the tables to scroll with a fixed header.
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
<template name="Body">
|
||||
{{> sAlert}}
|
||||
<!--<div id="layoutBody" class="verticalStack">-->
|
||||
<div id="mainBody" class="mainBody verticalStack vscExpand">
|
||||
<div class="leftSidebar vscFixed">
|
||||
<div id="mainBody" class="mainBody">
|
||||
<nav class="leftSidebarContainer">
|
||||
<a href="javascript:" class="fa fa-bars leftSidebarMenuButton" aria-hidden="true"></a>
|
||||
<div class="leftSidebar">
|
||||
<div class="logoArea">
|
||||
<i class="fa fa-sign-out fa-2x signOut" aria-hidden="true"></i>
|
||||
<div class="logo">
|
||||
@@ -74,11 +75,11 @@
|
||||
© Petit Teton LLC 2017
|
||||
</div>
|
||||
</div>
|
||||
<div class="contentBody verticalStack">
|
||||
{{> Template.dynamic template=content}}
|
||||
</div>
|
||||
</nav>
|
||||
<div class="contentBody verticalStack">
|
||||
{{> Template.dynamic template=content}}
|
||||
</div>
|
||||
<!--</div>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<!--<template name="Body">-->
|
||||
|
||||
Reference in New Issue
Block a user