This commit is contained in:
Kenneth Jao 2016-09-04 19:00:30 -04:00
parent dc1e0c8df8
commit d3c5c6c46e
2 changed files with 6 additions and 3 deletions

View File

@ -29,6 +29,8 @@ html {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
pointer-events: all;
/*background-image: url("Hourglass.png"); /*background-image: url("Hourglass.png");
background-size: 1920px 1080px;*/ background-size: 1920px 1080px;*/
@ -79,6 +81,8 @@ html {
body { body {
height: 100%; height: 100%;
margin: 0; margin: 0;
pointer-events: all;
} }
header { header {
@ -205,7 +209,7 @@ input, textarea {
box-shadow: 2px 2px 5px 3px #666; box-shadow: 2px 2px 5px 3px #666;
position: absolute; position: absolute;
z-index:0; z-index: 1;
overflow: hidden; overflow: hidden;
-webkit-transition: margin 0.5s ease, background-color 0.5s ease; -webkit-transition: margin 0.5s ease, background-color 0.5s ease;
@ -641,7 +645,6 @@ input, textarea {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
z-index: -1;
-webkit-transition: opacity 0.4s ease; -webkit-transition: opacity 0.4s ease;
-moz-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease;

View File

@ -4,7 +4,6 @@
</head> </head>
<template name="main"> <template name="main">
{{> loginButtons}}
<header style="background-color:{{divColor 'header'}}{{textColor}}{{defaultMode}}{{refetchEvents}}"> <header style="background-color:{{divColor 'header'}}{{textColor}}{{defaultMode}}{{refetchEvents}}">
<div id="aboveBar"> <div id="aboveBar">
<i class="fa fa-bars" aria-hidden="true" style="color:{{iconColor 'menu'}}"></i> <i class="fa fa-bars" aria-hidden="true" style="color:{{iconColor 'menu'}}"></i>
@ -203,6 +202,7 @@
</div> </div>
</div> </div>
</div> </div>
{{> loginButtons}}
</template> </template>
<template name="sidebarClasses"> <template name="sidebarClasses">