From 6c56a50acbe423003cb1c501edecad61eaae73e6 Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Tue, 16 Oct 2007 20:54:11 +0000 Subject: [PATCH] fix banner spacing (search field and view select) for IE --- webcit/static/webcit.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index e0794b98d..6aa5c150c 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -728,6 +728,11 @@ html>body #button li a { display: inline; } +#banner ul.room_actions li form { + margin: 0; + padding: 0; +} + #banner ul.room_actions li select, #banner ul.room_actions li input { margin-top: 8px; margin-right: 4px; @@ -1168,7 +1173,7 @@ td.events_of_the_day { } .extra_events ul li { - margin: 2px; + margin: 4px; } .calday, .calout, .calweekend { -- 2.39.2