]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
Don't use \r\n with ctdl_printf() because it adds a \n on its own. Only add \r when...
[citadel.git] / webcit-ng / static / css / webcit.css
index a692e77506246819a6d8621de7d29db5c64697b4..93b082d3e4e2e5c2a58bbb8cbf35fa3aa8db7a96 100644 (file)
@@ -9,15 +9,19 @@ html,body,h1,h2,h3,h4,h5 {
 }
 
 .ctdl-msg-reading-pane {
-       background-color: #123456;
+       background-color: #456789;
 }
 
 .ctdl-msg-wrapper {
        overflow: hidden;
-       border-radius: 25px;
+       border-radius: 10px;
        background-color: white;
-       margin: 8px;
-       padding: 4px;           /* inside the box */
+       margin: 1vw;
+       padding: 5px;           /* inside the box */
+}
+
+.ctdl-msg-reply {
+       margin-left: 5vw;
 }
 
 .ctdl-msg-header {