fix banner spacing (search field and view select) for IE
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 16 Oct 2007 20:54:11 +0000 (20:54 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Tue, 16 Oct 2007 20:54:11 +0000 (20:54 +0000)
webcit/static/webcit.css

index e0794b98d4d18a863028351a2bc44171e7c788d3..6aa5c150c390401ec85cf62272cc7d45cf4aa550 100644 (file)
@@ -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 {