From: Thierry Pasqualier Date: Tue, 16 Oct 2007 20:54:11 +0000 (+0000) Subject: fix banner spacing (search field and view select) for IE X-Git-Tag: v7.86~2947 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=6c56a50acbe423003cb1c501edecad61eaae73e6;p=citadel.git fix banner spacing (search field and view select) for IE --- 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 {