From 6204390af16bcf50f82da61a1aefc2ad0c0adf94 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 01 May 2006 10:47:27 -0400 Subject: [PATCH] Applied patch for requesting receipts by Salvatore Ansani --- skins/default/mail.css | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/skins/default/mail.css b/skins/default/mail.css index 3188e65..333aed0 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -642,7 +642,14 @@ #priority-selector { position: absolute; - left: 200px; + left: 180px; + top: 10px; +} + +#receipt-selector +{ + position: absolute; + left: 350px; top: 10px; } -- Gitblit v1.9.1