diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-09-04 10:30:51 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-09-04 10:30:51 +0200 |
commit | 406becc5fedd57201f6e39f997415cbd586916e7 (patch) | |
tree | 90a32c58eafd3f4b9a6796feb3affce3a04b8729 /skins/larry/mail.css | |
parent | e8b9176031926532a764582812047281e4401352 (diff) |
Small improvements and cleanup
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 3664e14c9..9ec183eb2 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -821,6 +821,8 @@ h3.subject { padding: 0; height: 180px; background-color: #f0f0f0; + overflow: hidden; + border-radius: 4px; } #headers-source { @@ -830,7 +832,7 @@ h3.subject { left: 0; right: 0; bottom: 0; - padding: 0; + padding: 2px; overflow: auto; text-align: left; color: #666; @@ -894,13 +896,11 @@ h3.subject { white-space: nowrap; } -#messagecontent .leftcol, #messagepreview .leftcol { margin-right: 252px; overflow-x: auto; } -#messagecontent .rightcol, #messagepreview .rightcol { float: right; /* @@ -914,6 +914,7 @@ h3.subject { min-height: 200px; background: #f0f0f0; padding: 8px; + border-radius: 4px; } #messagebody { |