This commit is contained in:
2016-07-22 18:00:16 +02:00
parent 936e854aad
commit 37c4ebf0ae
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ label {
background-color: white; background-color: white;
} }
.listing td, th { .listing td, .listing th {
border: 1px solid black; border: 1px solid black;
padding: 3px; padding: 3px;
} }
@@ -73,7 +73,7 @@ label {
color: green; color: green;
} }
.importTable th, td { .importTable th, .importTable td {
font-size: 80%; font-size: 80%;
border: none; border: none;
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
@@ -47,7 +47,7 @@
<th style="width: 6%;" class="spacer"></th> <th style="width: 6%;" class="spacer"></th>
</tr> </tr>
<tr ng-repeat="matcher in matchers"> <tr ng-repeat="matcher in matchers">
<td>{{matcher.position}}</td> <td align="center">{{matcher.position}}</td>
<td>{{matcher.dateMatcherCode}}</td> <td>{{matcher.dateMatcherCode}}</td>
<td>{{matcher.typeMatcherCode}}</td> <td>{{matcher.typeMatcherCode}}</td>
<td>{{matcher.textMatcherCode}}</td> <td>{{matcher.textMatcherCode}}</td>