ui changes

This commit is contained in:
chsakell
2016-09-29 17:10:58 +03:00
parent 271c16cf15
commit a0cc12f3fb
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<div class="row"> <div class="row">
<div class="col-xs-3" *ngFor="let match of matches"> <div class="col-xs-6 col-md-4" *ngFor="let match of matches">
<table class="table table-bordered box"> <table class="table table-bordered box">
<thead> <thead>
<tr> <tr>

View File

@@ -1,10 +1,10 @@
body { body {
background-color: #333; background-color: #f5f5f5;
} }
.box { .box {
height: 50px; height: 50px;
background-color: whitesmoke; background-color: #337ab7;
margin:5px; margin:5px;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
@@ -16,7 +16,7 @@ body {
} }
.teamName { .teamName {
color:#333; color:ghostwhite;
} }
th, td { th, td {