]> git.notmuchmail.org Git - notmuch/commit
nmbug-status: Add inter-message padding
authorW. Trevor King <wking@tremily.us>
Fri, 14 Feb 2014 16:48:53 +0000 (08:48 -0800)
committerDavid Bremner <david@tethera.net>
Sat, 15 Feb 2014 01:42:36 +0000 (21:42 -0400)
commit0d563dae1d86f22b10981e99d69d0eb0b69a131d
tree14dab27266f6c6b6dc138bd28d77f84456d24fe5
parent1aa56c2ac54369dbf195914772415c8c71aee6eb
nmbug-status: Add inter-message padding

We already had the tbody with a blank row separating threads (which is
not colored); this commit adds a bit of spacing to separate messages
within a thread.  It will also add a bit of colored padding above the
first message and below the final message, but the main goal is to add
padding *between* two-row message blocks.

                                               <--- new padding
  thread-1, message-1, row-1  (class="message-first")
  thread-1, message-1, row-2  (class="message-last")
                                               <--- new padding
    spacer tbody with a blank row
                                               <--- new padding
  thread-2, message-1, row-1  (class="message-first")
  thread-2, message-1, row-2  (class="message-last")
                                               <--- new padding
                                               <--- new padding
  thread-2, message-2, row-1  (class="message-first")
  thread-2, message-2, row-2  (class="message-last")
                                               <--- new padding
devel/nmbug/nmbug-status