diff options
author | thomascube <thomas@roundcube.net> | 2012-01-15 17:26:01 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-15 17:26:01 +0000 |
commit | e493c842a5d5915e95a22df9bc824ef786915cca (patch) | |
tree | 03104f6f7a6bcdd6ef6a210eac7921947b7cebe0 /skins/larry/mail.css | |
parent | 1224463db79a3a0eacbdf123ad01d5b1d2ca9098 (diff) |
Make sure message popups show at least 2sec; adjust message list column sizes
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index ac909cc19..b74a2f09d 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -343,11 +343,11 @@ a.iconbutton.threadmode.selected { #messagelist tr td.to, #messagelist tr td.cc, #messagelist tr td.replyto { - width: 180px; + width: 200px; } #messagelist tr td.date { - width: 118px; + width: 125px; } #messagelist tr.message { |