diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-04-04 11:47:16 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-04-04 11:47:16 +0200 |
commit | f8a9c2c59cda13e41f1295ce378885e29ad39780 (patch) | |
tree | ce38666dad42fb9c83a543171eb8ef7e7960c3c5 /skins/larry/mail.css | |
parent | 4d61806cc51d7273ab3a2e9f961696182643768a (diff) |
Improve HTML structure so toolbar and content are in separate containers.
This makes splitters size and positioning better.
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 6cfbcaac3..74ce43e29 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -34,7 +34,7 @@ #mailview-top { position: absolute; - top: 42px; + top: 0; left: 0; right: 0; bottom: 0px; @@ -59,7 +59,7 @@ #mailboxcontainer, #messagelistcontainer { position: absolute; - top: 42px; + top: 0; left: 0; width: 100%; bottom: 0; @@ -1203,7 +1203,7 @@ div.message-partheaders .headers-table td.header { #messagepartcontainer { position: absolute; - top: 42px; + top: 0; left: 232px; right: 0; bottom: 0; @@ -1217,7 +1217,7 @@ div.message-partheaders .headers-table td.header { #messagepartheader { position: absolute; - top: 42px; + top: 0; left: 0; width: 220px; bottom: 0; @@ -1259,7 +1259,7 @@ div.message-partheaders .headers-table td.header { #compose-contacts { position: absolute; - top: 42px; + top: 0; left: 0; width: 100%; bottom: 0; @@ -1362,7 +1362,7 @@ div.message-partheaders .headers-table td.header { #compose-content { position: absolute; - top: 42px; + top: 0; left: 0; right: 0; bottom: 0px; |