From 42bc3d070ede2b1090bd699ab30bee37f19bc2e8 Mon Sep 17 00:00:00 2001 From: bsag Date: Sat, 24 Jun 2006 14:13:25 +0000 Subject: [PATCH] Added CSS patch for IE problems provided by checketts in #308. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@268 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/public/stylesheets/standard.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tracks/public/stylesheets/standard.css b/tracks/public/stylesheets/standard.css index 0751006a..306e1855 100644 --- a/tracks/public/stylesheets/standard.css +++ b/tracks/public/stylesheets/standard.css @@ -200,6 +200,7 @@ h2 a:hover { .item-container { padding:2px; + clear: left; } .container a.icon { @@ -217,6 +218,8 @@ input.item-checkbox { .description { margin-left: 70px; margin-right: 10px; + _margin-left: 0px; + _margin-right: 0px; } .stale_l1, .stale_l2, .stale_l3 { @@ -430,6 +433,7 @@ li { .even_row { background: #fff; + _background: transparent; padding: 5px 5px 5px 10px; margin: 2px 2px; border: 1px solid #ccc; @@ -522,6 +526,7 @@ form { border: none; padding: 3px; width: 100%; + _width: 40%; } form.button-to {