]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/css/webcit.css
view_mail.js: show/hide attachments screen, added title bar style and close button
[citadel.git] / webcit-ng / static / css / webcit.css
index 66147d118c5db2cb4c1015e5e3dfababa3d40a61..57a611ef554b9226a590a6862c095d0f76ed7462 100644 (file)
@@ -637,6 +637,17 @@ blockquote pre {
        overflow: hidden;
 }
 
+.ctdl-compose-attachments-title {
+       padding: 1em;
+       background: Gainsboro;
+       display: flex;
+       flex-wrap: nowrap;
+       flex-direction: row;
+       justify-content: space-between;
+       align-items: auto;
+       align-content: start
+}
+
 .ctdl-login-screen-grid-container {
        display: grid;
        grid-template-columns: auto auto;