mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +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 {
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue