From af05fecf245cc1bdeee0f6a1ee32559add539134 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 17 Dec 2011 10:31:42 -0500 Subject: [PATCH] Iconized some menus --- 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 3b8905c..6184874 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -956,6 +956,14 @@ bottom: 0; } +#compose-contacts { + position: absolute; + top: 42px; + left: 0; + width: 100%; + bottom: 0; +} + #compose-content { position: absolute; top: 42px; -- Gitblit v1.9.1