mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Series Editor updated
New: Series Editor controls are always visible New: Can shift-click to select series in editor Fixed: Maximum form elements increased
This commit is contained in:
parent
ad47bd275b
commit
c181096b51
12 changed files with 2308 additions and 754 deletions
|
@ -28,11 +28,19 @@ table.dataTable thead th {
|
|||
*cursor: hand;
|
||||
}
|
||||
|
||||
table.dataTable tfoot th
|
||||
{
|
||||
padding: 3px 18px 3px 10px;
|
||||
border-top: 1px solid black;
|
||||
font-weight: bold;
|
||||
table.dataTable tfoot th {
|
||||
font-family: "Segoe UI Light" , "Open Sans" , "Segoe UI" , sans-serif;
|
||||
border-width: 300;
|
||||
font-size: 17px;
|
||||
padding: 2px;
|
||||
border-style: none;
|
||||
border-color: #EEEEEE;
|
||||
padding-left: 7px;
|
||||
text-align: left;
|
||||
background-color: white;
|
||||
font-weight: lighter;
|
||||
cursor: pointer;
|
||||
*cursor: hand;
|
||||
}
|
||||
|
||||
table.dataTable td {
|
||||
|
|
60
NzbDrone.Web/Content/SeriesEditor.css
Normal file
60
NzbDrone.Web/Content/SeriesEditor.css
Normal file
|
@ -0,0 +1,60 @@
|
|||
.masterControls {
|
||||
margin-top: 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.checkboxColumn {
|
||||
width: 110px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
width: 600px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
table input[type="text"], table select {
|
||||
margin: 2px 2px;
|
||||
}
|
||||
|
||||
td .path {
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
td .backlogSetting {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
td .quality {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
th .footer-control {
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
th .footer-control-quality {
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#stylized, .settingsForm {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#stylized {
|
||||
float: left;
|
||||
}
|
||||
|
||||
#changesOverview {
|
||||
margin-top: 15px;
|
||||
float: left;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#seriesEditorGrid tfoot {
|
||||
background-color: lightgrey;
|
||||
}
|
||||
|
||||
#editToggleMaster {
|
||||
margin-left: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue