mirror of https://github.com/lidarr/Lidarr
CSS fixes for Series grid.
This commit is contained in:
parent
a330348c8e
commit
e8ad13937a
|
@ -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)
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</td>
|
||||
|
||||
@*Commands Column*@
|
||||
<td>
|
||||
<td class="commandsColumn">
|
||||
<img src="../../Content/Images/Rename.png" class="editButton" value="@Model.SeriesId" rel="@Model.Title" />
|
||||
<img src="../../Content/Images/Delete.png" class="deleteButton" value="@Model.SeriesId" rel="@Model.Title" />
|
||||
@*<div class="editButton" value="@Model.SeriesId" rel="@Model.Title">Edit</div>
|
||||
|
|
Loading…
Reference in New Issue