class="pull-right" does not work for right-aligning column data.

Removed from balance-sheet.  Will fix later
This commit is contained in:
Tanshu 2013-09-28 03:49:37 +05:30
parent ca8004015d
commit 8f58f42aef

View File

@ -39,8 +39,8 @@
<tr ng-repeat="item in info.Footer"> <tr ng-repeat="item in info.Footer">
<td><strong>{{item.Group}}</strong></td> <td><strong>{{item.Group}}</strong></td>
<td>{{item.Name}}</td> <td>{{item.Name}}</td>
<td class="pull-right">{{item.SubAmount}}</td> <td class="right">{{item.SubAmount}}</td>
<td class="pull-right"><strong>{{item.Amount}}</strong></td> <td class="right"><strong>{{item.Amount}}</strong></td>
</tr> </tr>
</tfoot> </tfoot>
</table> </table>