minor changes

This commit is contained in:
chsakell
2016-10-05 13:29:43 +03:00
parent 95e6569137
commit 7885ed5cce
3 changed files with 9 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
</tr>
<tr>
<td colspan="2">
<span class="match-th">{{connection}}</span>
<span class="match-th" title="connection id">{{connection}}</span>
</td>
</tr>
<tr>

View File

@@ -16,7 +16,7 @@
</tr>
<tr>
<td>
<span class="label label-success">{{match.Type}}</span>
<span class="match-type">{{match.Type}}</span>
</td>
<td>
<button type="button" class="btn btn-default btn-md" (click)="setSubscription(true)" *ngIf="!subscribed">

View File

@@ -23,6 +23,13 @@ body {
color:#a94442;
}
.match-type {
color: #FF5722;
margin-bottom: 0px;
font-size: 22px;
font-style: italic;
}
th, td {
text-align: center;
}