diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-11-22 15:22:41 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-11-22 15:22:41 +0100 |
commit | 9e36fba547f96c1ed87dca58418188715c0caa9e (patch) | |
tree | 0411165d2d981c4be0fe1c405b3c9bd44dbd3546 /skins/larry/mail.css | |
parent | f4d0fb395527e8bee746e759418889732c9d0ee8 (diff) |
Fix right margin in mail task interface to be precissely the same as in other tasks
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 90b3511d4..8e1634ad7 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -36,7 +36,7 @@ position: absolute; top: 42px; left: 0; - width: 100%; + right: 0; bottom: 0px; } @@ -45,7 +45,7 @@ position: absolute; left: 0; bottom: 0; - width: 100%; + right: 0; height: 0; border-radius: 4px; border-top: none; @@ -1359,7 +1359,7 @@ div.message-partheaders .headers-table td.header { position: absolute; top: 42px; left: 0; - width: 100%; + right: 0; bottom: 0px; overflow: hidden; } |