meh
This commit is contained in:
@@ -43,7 +43,7 @@ label {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.listing td, th {
|
||||
.listing td, .listing th {
|
||||
border: 1px solid black;
|
||||
padding: 3px;
|
||||
}
|
||||
@@ -73,7 +73,7 @@ label {
|
||||
color: green;
|
||||
}
|
||||
|
||||
.importTable th, td {
|
||||
.importTable th, .importTable td {
|
||||
font-size: 80%;
|
||||
border: none;
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<th style="width: 6%;" class="spacer"></th>
|
||||
</tr>
|
||||
<tr ng-repeat="matcher in matchers">
|
||||
<td>{{matcher.position}}</td>
|
||||
<td align="center">{{matcher.position}}</td>
|
||||
<td>{{matcher.dateMatcherCode}}</td>
|
||||
<td>{{matcher.typeMatcherCode}}</td>
|
||||
<td>{{matcher.textMatcherCode}}</td>
|
||||
|
||||
Reference in New Issue
Block a user