From 9c705b72b8a2f9297d8fa7f3d967e320cfe5bb45 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sat, 06 Dec 2008 13:03:57 -0500
Subject: [PATCH] Fix position of the filter box

---
 skins/default/mail.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 4dfc864..512acf3 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -89,7 +89,7 @@
 {
   position: absolute;
   right: 18px;
-  bottom: 7px;
+  top: 8px;
   width: 240px;
   text-align: right;
 }

--
Gitblit v1.9.1