Cosmetic bug for IE8
This commit is contained in:
parent
1eef039500
commit
58bb8f7244
5 changed files with 14 additions and 6 deletions
|
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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'])." €</td>";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue