mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
CSS fixes for Series grid.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user