Remove the box around the message text in the mailbox view. Set a 3px bottom border...
authorArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2022 22:55:41 +0000 (18:55 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 9 Sep 2022 22:55:41 +0000 (18:55 -0400)
webcit-ng/static/css/webcit.css

index 6d0f9d6156833af8390e7ccd26e087fc0f183828..e056c8eccd3fff21d15f90cb00a5f51cfbcf5964 100644 (file)
@@ -131,8 +131,6 @@ html,body,h1,h2,h3,h4,h5 {
        overflow: hidden;
        background-color: White;
        padding: 5px;           /* inside the box */
-       border-style: solid;    /* could also be: dotted, dashed, solid, double, groove, ridge, inset, outset, none, hidden */
-       border-width: 1px;
 }
 
 .ctdl-msg-reply {
@@ -327,6 +325,7 @@ blockquote pre {
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #DDDDDD;
+       border-bottom: solid 3px SlateGrey;             /* We can probably turn this into a drag handle */
 }
 
 .ctdl-mailbox-table {