Fix: Series Editor Quality column width decreased, increasing title's width.
This commit is contained in:
parent
7b6e8f9b8f
commit
de1d095b8d
|
@ -34,6 +34,10 @@
|
||||||
width: 90px;
|
width: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td .quality {
|
||||||
|
width: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
#stylized, .settingsForm {
|
#stylized, .settingsForm {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
@ -56,7 +60,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<th width="14px">@Html.CheckBox("editToggleMaster", false, new { @class = "editToggleMaster" })</th>
|
<th width="14px">@Html.CheckBox("editToggleMaster", false, new { @class = "editToggleMaster" })</th>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th width="210px">Quality</th>
|
<th width="125px;">Quality</th>
|
||||||
<th class="checkboxColumn">Monitored</th>
|
<th class="checkboxColumn">Monitored</th>
|
||||||
<th class="checkboxColumn">Season Folder</th>
|
<th class="checkboxColumn">Season Folder</th>
|
||||||
<th width="100px">Backlog Status</th>
|
<th width="100px">Backlog Status</th>
|
||||||
|
|
Loading…
Reference in New Issue