meh
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user