mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-02 15:28:50 +01:00
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:
parent
7c2282ba57
commit
8ca6956886
1 changed files with 3 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue