From fca7e544adaf01d32081290959c5dce7df8631f8 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 10 Sep 2022 15:44:50 -0400 Subject: [PATCH] Moved some of the banner and sidebar items around --- webcit-ng/static/css/webcit.css | 4 ++-- webcit-ng/static/index.html | 18 +++++++++--------- webcit-ng/static/js/view_mail.js | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index e056c8ecc..2f27d813d 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -15,7 +15,7 @@ background-color: DarkSlateGrey; } -.ctdl-grid-navbar-item { +.ctdl-grid-sidebar-item { grid-area: menu; background-color: GhostWhite; } @@ -116,7 +116,7 @@ html,body,h1,h2,h3,h4,h5 { } .ctdl-forum-reading-pane { - background-color: #456789; + background-color: DarkSlateGrey; } .ctdl-fmsg-wrapper { /* message wrapper for forum view */ diff --git a/webcit-ng/static/index.html b/webcit-ng/static/index.html index 5315d2cc9..89e8dd3ea 100644 --- a/webcit-ng/static/index.html +++ b/webcit-ng/static/index.html @@ -21,7 +21,7 @@ MODAL LOADING
- + -