in IE7 when you edit an action, part of the edit form disapears. I found a solution in http://www.ibloomstudios.com/articles/debugging_css_in_internet_explorer_-_part_1/ by adding positions:relative to some classes.

git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@652 a4c988fc-2ded-0310-b66e-134b36920a42
This commit is contained in:
lrbalt 2007-11-24 20:08:11 +00:00
parent 7c2282ba57
commit 8ca6956886

View file

@ -229,6 +229,7 @@ body.stats #topbar {
margin-right: -5px;
margin-bottom: 0px;
color: #666;
position:relative;
/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; */
}
@ -290,6 +291,7 @@ input.item-checkbox {
.description {
margin-left: 85px;
position:relative
}
.stale_l1, .stale_l2, .stale_l3 {
@ -567,6 +569,7 @@ li {
padding: 0 10px;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
position:relative;
}
/* Right align labels in forms */