march mode list is loaded and works, now just need to filter it
[citadel.git] / webcit-ng / static / css / webcit.css
index 1bea8139baff3987a090ac1202c0527b17c8ddd5..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.
 */
@@ -18,6 +18,16 @@ div.ctdl-msg-wrapper
        padding: 4px;           /* inside the box */
 }
 
+div.ctdl-avatar
+{
+       width: 32px;
+}
+
+div.ctdl-msg-content
+{
+       margin-left: 32px;
+}
+
 div.ctdl-avatar
 {
        float: left;