CSS fixes for Series grid.

This commit is contained in:
Mark McDowall
2012-02-05 12:23:37 -08:00
parent a330348c8e
commit e8ad13937a
2 changed files with 8 additions and 3 deletions
+7 -2
View File
@@ -59,6 +59,11 @@
{
background-color: #065EFE;
}
.commandsColumn
{
text-align: center;
}
</style>
@section ActionMenu{
<ul class="sub-menu">
@@ -75,7 +80,7 @@
<col style="width:100px" />
<col style="width:100px" />
<col style="width:140px" />
<col style="width:100px" />
<col style="width:70px" />
</colgroup>
<tr>
<th>Title</th>
@@ -87,7 +92,7 @@
@*Commands Column*@
<th>
Commands
</th>
</tr>
@foreach (var series in Model)