MFB: Make the whole folder row clickable, and also fix a weird overflow artifact...
authorJan Schneider <jan@horde.org>
Tue, 10 Mar 2009 13:58:22 +0000 (14:58 +0100)
committerJan Schneider <jan@horde.org>
Tue, 10 Mar 2009 13:58:43 +0000 (14:58 +0100)
imp/templates/mailbox/searchfolder.html
imp/themes/screen.css

index 1f74c1f..2c065b5 100644 (file)
@@ -1,3 +1,3 @@
-<div class="smallheader ohide">
+<div class="smallheader ohide searchfolder">
  <tag:folder_link />
 </div>
index b0ee19a..6073307 100644 (file)
@@ -1,4 +1,7 @@
 /* Message list table styles. */
+.searchfolder a.smallheader {
+    display: block;
+}
 .messageList {
     table-layout: fixed;
     width: 100%;