Cosmetic bug for IE8

This commit is contained in:
Dany De Bontridder 2012-06-26 13:41:17 +00:00
parent 1eef039500
commit 58bb8f7244
5 changed files with 14 additions and 6 deletions

View file

@ -870,7 +870,9 @@ div.add_todo_list {
position:absolute;
text-align:left;
line-height:3em;
z-index:1}
z-index:1;
width:345px;
}
div.welcome {
}

View file

@ -865,7 +865,9 @@ div.add_todo_list {
position:absolute;
text-align:left;
line-height:3em;
z-index:1}
z-index:1;
width:345px;
}
div.welcome {
}

View file

@ -865,7 +865,9 @@ div.add_todo_list {
position:absolute;
text-align:left;
line-height:3em;
z-index:1}
z-index:1;
width:345px;
}
div.welcome {
}

View file

@ -863,7 +863,9 @@ div.add_todo_list {
position:absolute;
text-align:left;
line-height:3em;
z-index:1}
z-index:1;
width:345px;
}
div.welcome {
}

View file

@ -93,7 +93,7 @@ for($i=0;$i<count($last_operation);$i++):
for($i=0;$i<count($last_ledger);$i++):
$class=($i%2==0)?' class="even" ':' class="odd" ';
?>
<tr <?=$class?> >
<tr <?=$class ?>>
<td><?= smaller_date($last_ledger[$i]['jr_date_fmt'])?>
</td>
<td>
@ -144,7 +144,7 @@ if ( $report != 0 ) {
foreach ($result as $row) {
$ix++;
$class=($ix%2==0)?' class="even" ':' class="odd" ';
echo '<tr'.$class.'">';
echo '<tr '.$class.'>';
echo '<td> '.$row['desc'].'</td>'.
'<td style="text-align:right">'.nbm($row['montant'])." &euro;</td>";