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
This commit is contained in:
bsag 2006-06-24 14:13:25 +00:00
parent 0edb198e39
commit 42bc3d070e

View file

@ -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 {