]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
march mode list is loaded and works, now just need to filter it
[citadel.git] / webcit-ng / static / css / webcit.css
index 79c51ee83079246430ac9cf92f6bd5508cd505df..f2cc68abc0e99bee66db92f4b1b79734487c5c12 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 1996-2018 by Art Cancro and the citadel.org team.
+/* Copyright (c) 1996-2019 by Art Cancro and the citadel.org team.
 ** This program is open source software.  You can redistribute it and/or
 ** modify it under the terms of the GNU General Public License, version 3.
 */
@@ -7,3 +7,29 @@ html,body,h1,h2,h3,h4,h5
 {
        font-family: verdana, sans-serif
 }
+
+div.ctdl-msg-wrapper
+{
+       background-color: white;
+       margin-left: 2px;
+       margin-top: 4px;
+       margin-bottom: 4px;
+       margin-right: 2px;
+       padding: 4px;           /* inside the box */
+}
+
+div.ctdl-avatar
+{
+       width: 32px;
+}
+
+div.ctdl-msg-content
+{
+       margin-left: 32px;
+}
+
+div.ctdl-avatar
+{
+       float: left;
+       padding-right: 2px;
+}