diff --git a/hourglass/client/main/main.css b/hourglass/client/main/main.css index 32d5db0..6bfb37f 100644 --- a/hourglass/client/main/main.css +++ b/hourglass/client/main/main.css @@ -391,6 +391,14 @@ a display: table-cell; } +.sidebarDesc { + font-size: 1.8vh; + margin-left: 5%; + width: 90%; + + text-align: center; +} + #classesMode { height: 94vh; @@ -403,7 +411,7 @@ a width: 100%; } -#filterHead, #filterWrapper .sectionTitle { +.openable { font-weight: 200; padding: 0; @@ -415,24 +423,31 @@ a transition: background-color 0.4s ease; } -#filterHead:hover, #filterWrapper .sectionTitle:hover { +.openable:hover { background-color: rgba(255,255,255,0.2); } -#filterHead h3:first-child, #filterWrapper .sectionTitle h3:first-child { +.openable h3:first-child { font-weight: 200; padding: 5%; display: inline-block; pointer-events: none; } -#filterHead .fa, #filterWrapper .sectionTitle .fa { +.openable .fa { padding: 5%; float: right; display: inline-block; pointer-events: none; } +#filterHead h3:first-child, #filterWrapper .sectionTitle h3:first-child { + font-weight: 200; + padding: 5%; + display: inline-block; + pointer-events: none; +} + #disableFilter { font-weight: 200; font-size: 90%; @@ -489,7 +504,7 @@ a cursor: pointer; } -.sectionTitle.option { +.sectionTitle.downOffset { margin-top: 6vh; } @@ -1053,65 +1068,6 @@ textarea.clickModify { display: inline-block; } -#calCreWork { - margin-left: 0 !important; - color: #fff; - - -webkit-animation: neonglow 1.5s ease-in-out infinite alternate; - -moz-animation: neonglow 1.5s ease-in-out infinite alternate; - animation: neonglow 1.5s ease-in-out infinite alternate; -} - -@-webkit-keyframes neonglow { - from { - text-shadow: - 0 0 10px #fff, - 0 0 20px #fff, - 0 0 30px #fff, - 0 0 40px #228DFF, - 0 0 70px #228DFF, - 0 0 80px #228DFF, - 0 0 100px #228DFF, - 0 0 150px #228DFF; - } - to { - text-shadow: - 0 0 5px #fff, - 0 0 10px #fff, - 0 0 15px #fff, - 0 0 20px #228DFF, - 0 0 35px #228DFF, - 0 0 40px #228DFF, - 0 0 50px #228DFF, - 0 0 75px #228DFF; - } -} - -@keyframes neonglow { - from { - text-shadow: - 0 0 10px #fff, - 0 0 20px #fff, - 0 0 30px #fff, - 0 0 40px #228DFF, - 0 0 70px #228DFF, - 0 0 80px #228DFF, - 0 0 100px #228DFF, - 0 0 150px #228DFF; - } - to { - text-shadow: - 0 0 5px #fff, - 0 0 10px #fff, - 0 0 15px #fff, - 0 0 20px #228DFF, - 0 0 35px #228DFF, - 0 0 40px #228DFF, - 0 0 50px #228DFF, - 0 0 75px #228DFF; - } -} - .fc-past { background-color: rgba(0,0,0,0.2); } @@ -1416,14 +1372,6 @@ textarea.clickModify { display: inline-block; } -#requestDesc { - font-size: 1.8vh; - margin-left: 5%; - width: 90%; - - text-align: center; -} - #requestArea { font-size: 1.8vh; width: 85%; diff --git a/hourglass/client/main/main.html b/hourglass/client/main/main.html index 6672e99..e3eb7ca 100644 --- a/hourglass/client/main/main.html +++ b/hourglass/client/main/main.html @@ -24,11 +24,14 @@ {{#if sidebarStatus 'requests'}} {{> sidebarRequestPlate}} {{/if}} + {{#if sidebarStatus 'create'}} + {{> sidebarCreatePlate}} + {{/if}}
-
+

Hourglass

{{schoolName}}

- - - - - -