|
@@ -22,6 +22,10 @@
|
|
|
margin:-8px 10px;
|
|
margin:-8px 10px;
|
|
|
width:400px;
|
|
width:400px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ .ng-table-pager .pagination {
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
<div class="loading" ng-class="{'in': loading}">
|
|
<div class="loading" ng-class="{'in': loading}">
|
|
@@ -52,15 +56,15 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="min-height: 463px;">
|
|
<div style="min-height: 463px;">
|
|
|
- <table class="queTable" ng-table="tableParams">
|
|
|
|
|
|
|
+ <table class="" ng-table="tableParams">
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr ng-repeat="question in $data">
|
|
<tr ng-repeat="question in $data">
|
|
|
- <td>
|
|
|
|
|
- <span> </span>
|
|
|
|
|
- ▪
|
|
|
|
|
- <a class="text-light ng-binding" style="color:#2a6496; " target="_blank" ng-bind="::question.title" ui-sref="question.solution({id:question.id})">
|
|
|
|
|
- </a>
|
|
|
|
|
- </td>
|
|
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <span> </span>
|
|
|
|
|
+ ▪
|
|
|
|
|
+ <a class="text-light" style="color:#2a6496; " target="_blank" ng-bind="::question.title" ui-sref="question.solution({id:question.id})">
|
|
|
|
|
+ </a>
|
|
|
|
|
+ </td>
|
|
|
</tr>
|
|
</tr>
|
|
|
</tbody>
|
|
</tbody>
|
|
|
</table>
|
|
</table>
|