Add CSS styles for pgarchives changes.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 18 Apr 2018 20:21:10 +0000 (16:21 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 18 Apr 2018 20:21:10 +0000 (16:21 -0400)
This is because there is some shared infrastructure between the
two apps.

media/css/main.css

index 3c94a902f0d70a6a7be2d0e09c0f6fa555a36b4e..a702c7631099760c4284da7c06c61d474f38d776 100644 (file)
@@ -724,6 +724,46 @@ th.formfieldnamecontainer {
     height: 3.5em;
 }
 
+/** This code is for pgarchives */
+/** Thread Lists */
+.thread-list {
+    font-size: 0.8em;
+}
+
+/** Messages */
+
+h3.messages {
+    text-transform: none;
+    font-size 1.2em;
+}
+
+.message-header {
+    font-size: 0.7em;
+    line-height: 1.2em;
+}
+
+.message-header select {
+    height: auto;
+    padding: 0;
+}
+
+.message-content {
+    font-size: 0.8em;
+    line-height: 1.2em;
+    margin: 0 auto;
+}
+
+.message-responses {
+    font-size: 1.2em;
+    font-size: 0.7em;
+}
+
+/* Message Subjects */
+h1.subject {
+    text-transform: none;
+    font-size: 1.2em;
+}
+
 /** ALL RESPONSIVE QUERIES HERE */
 /* Small devices (landscape phones, 576px and up)*/
 @media (min-width: 576px) {