mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-01 02:20:16 +01:00
fixes bugs where IE7 bailed out on an error resulting from the use of an optimized $$ function of lowpro
upgraded to lowpro 0.2. Version 0.4 did not work and caused behaviours to not work disabled optimized $$ since it still caused errors in ie7
This commit is contained in:
parent
3dc6b02c17
commit
feb6699a33
4 changed files with 134 additions and 178 deletions
|
|
@ -305,8 +305,7 @@ body.stats #topbar {
|
|||
margin-right: -5px;
|
||||
margin-bottom: 0px;
|
||||
color: #666;
|
||||
position:left; /* changed from relative to left in order to show 'add note' */
|
||||
/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; */
|
||||
position:static;
|
||||
}
|
||||
|
||||
.container_toggle img {
|
||||
|
|
@ -629,9 +628,7 @@ li {
|
|||
font-size: 1.1em;
|
||||
padding: 3px 0px;
|
||||
}
|
||||
#sidebar li {
|
||||
padding: auto;
|
||||
}
|
||||
|
||||
#sidebar .integrations-link {
|
||||
margin-top:10px;
|
||||
padding-top:10px;
|
||||
|
|
@ -639,7 +636,7 @@ li {
|
|||
}
|
||||
.sortable_row {
|
||||
background: #fff;
|
||||
_background: transparent;
|
||||
_background: transparent; /* the underscore is only used by ie6 and below */
|
||||
padding: 4px 4px 4px 8px;
|
||||
margin: 2px 2px;
|
||||
border: 1px solid #ccc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue