Fix width of message header titles.
authorThom Brown <thom@linux.com>
Mon, 9 Jul 2012 21:02:20 +0000 (22:02 +0100)
committerThom Brown <thom@linux.com>
Mon, 9 Jul 2012 21:02:20 +0000 (22:02 +0100)
django/media/css/table.css

index 4013f7f5eac28c105d3011a7349b4a8b923dc586..864f07dfb6eac6f1e951ab1d3a0ee7ec678e3548 100644 (file)
@@ -105,6 +105,10 @@ table.message td
 {
        vertical-align: top;
 }
+table.message th
+{
+       width: 8em;
+}
 
 table.message
 {