diff options
author | thomascube <thomas@roundcube.net> | 2012-04-04 18:08:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-04-04 18:08:23 +0000 |
commit | 0cd919bc9524fbaae033d261d7883c587691dcdf (patch) | |
tree | ba4e9c14ee3adaba37d4244f1358f41d53d6ec2f /skins/larry/mail.css | |
parent | ff2d88a7ab6e3c63550c8a48f6ddf93197540ae0 (diff) |
Fix small Larry issues
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index b1f901550..1310c30b9 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -581,6 +581,7 @@ a.iconbutton.threadmode.selected { #messagelist tbody tr td.subject { width: 99%; + white-space: nowrap; } #messagelist tbody tr td.subject a { @@ -596,14 +597,11 @@ a.iconbutton.threadmode.selected { /**** tree indicators ****/ #messagelist tbody tr td span.branch div { - float: left; - height: 18px; + display: inline-block; } #messagelist tbody tr td span.branch div.tree { - height: 18px; width: 15px; -/* background: url(images/tree.gif) 0px 0px no-repeat; */ } #listoptions ul.proplist { |