From 33d25d9c59b91bf89ac8b4bacf3cf46c3e5e7fc2 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 13 Dec 2017 14:05:52 -0500 Subject: [PATCH] LP#626157 Ang2 experiments Signed-off-by: Bill Erickson --- Open-ILS/webby-src/src/app/staff/nav.component.css | 18 ++- .../webby-src/src/app/staff/nav.component.html | 154 +++++++++++++++++++-- Open-ILS/webby-src/src/app/staff/nav.component.ts | 14 +- .../webby-src/src/app/staff/splash.component.html | 16 ++- Open-ILS/webby-src/src/styles.css | 5 + 5 files changed, 185 insertions(+), 22 deletions(-) diff --git a/Open-ILS/webby-src/src/app/staff/nav.component.css b/Open-ILS/webby-src/src/app/staff/nav.component.css index eb037e874b..ee4f93e89b 100644 --- a/Open-ILS/webby-src/src/app/staff/nav.component.css +++ b/Open-ILS/webby-src/src/app/staff/nav.component.css @@ -15,6 +15,10 @@ font-size: 14px; } +#staff-navbar .navbar-nav { + padding: 3px; +} + /* align top of dropdown w/ bottom of nav */ #staff-navbar .dropdown-menu { margin-top: 7px; @@ -26,8 +30,13 @@ font-size: 14px; font-weight: 400; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - padding-left: 0.5rem; - padding-right: 0.5rem; + padding-left: 0.7rem; + padding-right: 0.7rem; + margin: -4px; +} + +#staff-navbar .dropdown-item .material-icons { + font-size: 18px; } #staff-navbar .nav-link { @@ -39,11 +48,6 @@ color: #ddd; cursor: pointer; } -#staff-navbar .nav-item { - /* - margin-right: 8px; - */ -} #staff-navbar .navbar-nav > .open > a, #staff-navbar .navbar-nav > .open > a:focus, diff --git a/Open-ILS/webby-src/src/app/staff/nav.component.html b/Open-ILS/webby-src/src/app/staff/nav.component.html index 7b1a05298f..859ec7f865 100644 --- a/Open-ILS/webby-src/src/app/staff/nav.component.html +++ b/Open-ILS/webby-src/src/app/staff/nav.component.html @@ -7,29 +7,116 @@ + + + + + + + + + + + + +