afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-19 01:35 pm

[dw-free] Inbox folder list should be vertically aligned at top of page/table

[commit: http://hg.dwscoalition.org/dw-free/rev/2efce20f265e]

http://bugs.dwscoalition.org/show_bug.cgi?id=1243

Explicitly align inbox folders to the top of the page.

Patch by [personal profile] branchandroot.

Files modified:
  • htdocs/stc/esn.css
--------------------------------------------------------------------------------
diff -r 696b46d3cec7 -r 2efce20f265e htdocs/stc/esn.css
--- a/htdocs/stc/esn.css	Tue May 19 21:11:13 2009 +0800
+++ b/htdocs/stc/esn.css	Tue May 19 13:33:05 2009 +0000
@@ -293,3 +293,6 @@ span.Pages input {
     font-weight: bold;
 }
 
+td#table_inbox_folders { vertical-align: top; }
+
+.folders { margin-top: 1em; }
\ No newline at end of file
--------------------------------------------------------------------------------