diff options
author | thomascube <thomas@roundcube.net> | 2011-12-17 15:31:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-17 15:31:42 +0000 |
commit | af05fecf245cc1bdeee0f6a1ee32559add539134 (patch) | |
tree | 9e8985645498fdec2acc87e17bbf92e7d9be4da0 /skins/larry/mail.css | |
parent | 74d4c7f9ada668d0bf53361a407b00be7d10488c (diff) |
Iconized some menus
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 3b8905c06..618487469 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -956,6 +956,14 @@ div.message-part blockquote blockquote blockquote { bottom: 0; } +#compose-contacts { + position: absolute; + top: 42px; + left: 0; + width: 100%; + bottom: 0; +} + #compose-content { position: absolute; top: 42px; |