mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 08:10:13 +01:00
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:
parent
0edb198e39
commit
42bc3d070e
1 changed files with 5 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ h2 a:hover {
|
||||||
|
|
||||||
.item-container {
|
.item-container {
|
||||||
padding:2px;
|
padding:2px;
|
||||||
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container a.icon {
|
.container a.icon {
|
||||||
|
|
@ -217,6 +218,8 @@ input.item-checkbox {
|
||||||
.description {
|
.description {
|
||||||
margin-left: 70px;
|
margin-left: 70px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
_margin-left: 0px;
|
||||||
|
_margin-right: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stale_l1, .stale_l2, .stale_l3 {
|
.stale_l1, .stale_l2, .stale_l3 {
|
||||||
|
|
@ -430,6 +433,7 @@ li {
|
||||||
|
|
||||||
.even_row {
|
.even_row {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
|
_background: transparent;
|
||||||
padding: 5px 5px 5px 10px;
|
padding: 5px 5px 5px 10px;
|
||||||
margin: 2px 2px;
|
margin: 2px 2px;
|
||||||
border: 1px solid #ccc;
|
border: 1px solid #ccc;
|
||||||
|
|
@ -522,6 +526,7 @@ form {
|
||||||
border: none;
|
border: none;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
_width: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
form.button-to {
|
form.button-to {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue