diff messages/static/css/messages.css @ 805:e966d5553955

Private message refactor: view & reply to existing PMs.
author Brian Neal <bgneal@gmail.com>
date Sun, 31 Aug 2014 16:01:00 -0500
parents ee87ea74d46b
children 4a4fa174a0ec
line wrap: on
line diff
--- a/messages/static/css/messages.css	Sun Aug 31 13:51:06 2014 -0500
+++ b/messages/static/css/messages.css	Sun Aug 31 16:01:00 2014 -0500
@@ -74,3 +74,19 @@
 .pagination {
    text-align: right;
 }
+table.pm {
+   border-collapse: collapse;
+   border: solid thin;
+   margin-left: auto;
+   margin-right: auto;
+   width: 100%;
+}
+table.pm th, table.pm td {
+   border: solid thin;
+}
+table.pm th {
+   background-color: #E0F2F6;
+}
+table.pm td {
+   background-color: #EDF7F6;
+}