From: Jan Schneider Date: Tue, 10 Mar 2009 13:58:22 +0000 (+0100) Subject: MFB: Make the whole folder row clickable, and also fix a weird overflow artifact... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=23dcc7a1177297cb7be5f1cc31297c14e9fcd051;p=horde.git MFB: Make the whole folder row clickable, and also fix a weird overflow artifact that I've seen since FF3. --- diff --git a/imp/templates/mailbox/searchfolder.html b/imp/templates/mailbox/searchfolder.html index 1f74c1f4f..2c065b52d 100644 --- a/imp/templates/mailbox/searchfolder.html +++ b/imp/templates/mailbox/searchfolder.html @@ -1,3 +1,3 @@ -
+
diff --git a/imp/themes/screen.css b/imp/themes/screen.css index b0ee19aba..6073307a2 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -1,4 +1,7 @@ /* Message list table styles. */ +.searchfolder a.smallheader { + display: block; +} .messageList { table-layout: fixed; width: 100%;