summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorThomas <tb@woodcrest.local>2013-10-09 12:04:17 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-01-16 11:21:59 +0100
commit628706acdcb973154161b5862c30ce706a08455a (patch)
treedba7b1aa74bae7ff562da785d6ede479a0c1218e /skins
parent017c4f19fd91aa1f658131fae272617a14598a12 (diff)
Prepare message list to display IMAP folder
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 8e6e78e77..bf77201fd 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -497,6 +497,14 @@ table.messagelist.fixedcopy {
width: 155px;
}
+.messagelist tr td.folder {
+ width: 135px;
+}
+
+.messagelist tr td.hidden {
+ display: none;
+}
+
.messagelist tr.message {
/* background-color: #fff; */
}