From 3dc19d5fc8e13612d0f8cd85df391d7f2e232d06 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Sat, 06 Dec 2008 12:59:26 -0500 Subject: [PATCH] Move search filter drop-down closed to search box --- skins/default/mail.css | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 2f98c8b..4dfc864 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -24,12 +24,6 @@ color: #333333; } -#messagetoolbar select.searchfilter -{ - position: relative; - bottom: 10px; -} - #messagetoolbar select.mboxlist { position: absolute; @@ -91,6 +85,20 @@ background-color: #ddd; } +#searchfilter +{ + position: absolute; + right: 18px; + bottom: 7px; + width: 240px; + text-align: right; +} + +#searchfilter label +{ + font-size: 11px; +} + #listcontrols a, #listcontrols a:active, #listcontrols a:visited, -- Gitblit v1.9.1