From: Art Cancro Date: Tue, 12 Jul 2022 15:37:10 +0000 (-0400) Subject: Ok, this is close ... saving my work before I try something destructive X-Git-Tag: v958~53 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=b39cf1f773ef3c14c06f46dc45e676c126808918;p=citadel.git Ok, this is close ... saving my work before I try something destructive --- diff --git a/webcit-ng/static/css/webcit.css b/webcit-ng/static/css/webcit.css index 5c1b15b33..0de3536ac 100644 --- a/webcit-ng/static/css/webcit.css +++ b/webcit-ng/static/css/webcit.css @@ -197,19 +197,35 @@ blockquote pre { z-index: 6; } -.ctdl-mailbox-pane { /* list of messages when in mailbox view */ +.ctdl-mailbox-outer { position: absolute; - height: 25%; - width: inherit; + top: 0%; + height: 50%; + width: 100%; overflow-x: hidden; overflow-y: scroll; + background-color: #FF8888; } -.ctdl-reading-pane { /* message reading/composing pane when in mailbox view */ +.ctdl-reading-outer { position: absolute; - top: 31%; - height: 70%; - left: inherit; - right: inherit; + top: 50%; + height: 50%; + width: 100%; overflow: scroll; + background-color: #88FF88; +} + +.ctdl-mailbox-pane { /* list of messages when in mailbox view */ + display: none; + position: relative; + width: 100%; + height: 100%; +} + +.ctdl-reading-pane { /* message reading/composing pane when in mailbox view */ + display: none; + position: relative; + width: 100%; + height: 100%; } diff --git a/webcit-ng/static/index.html b/webcit-ng/static/index.html index 9582c46db..43aff8ce8 100644 --- a/webcit-ng/static/index.html +++ b/webcit-ng/static/index.html @@ -21,24 +21,6 @@ LOADING - - -