From d12fecf3453a7a362150bb5a87e152fade6f6976 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Wed, 27 Jul 2016 09:22:23 -0400 Subject: Added all courses to the Course dropdown in the header --- assets/css/style.css | 9 ++++-- views/layouts/layout.hbs | 3 +- views/partials/header.hbs | 75 ++++++++++++++++++++++++++++++++++++++++++++--- 3 files changed, 78 insertions(+), 9 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 19601e2..7506300 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -490,9 +490,6 @@ textarea { .table-row { display:table-row; } -.table-row { - border-bottom: 3px solid red; -} .table-cell { display:table-cell; @@ -502,3 +499,9 @@ textarea { hr { width: 100%; } + +.scroll-menu { + height: auto; + max-height: 200px; + overflow: scroll ; +} \ No newline at end of file diff --git a/views/layouts/layout.hbs b/views/layouts/layout.hbs index 8ffbdb5..42bd09b 100644 --- a/views/layouts/layout.hbs +++ b/views/layouts/layout.hbs @@ -49,7 +49,6 @@ {{else}} {{> footer }} {{/if}} - {{> login }} - {{> registration }} + \ No newline at end of file diff --git a/views/partials/header.hbs b/views/partials/header.hbs index 83f06cf..d34ac98 100644 --- a/views/partials/header.hbs +++ b/views/partials/header.hbs @@ -34,15 +34,82 @@