mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix recording alignment
This commit is contained in:
parent
2c7213d5a3
commit
0bc0eb8a3f
2 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
<form class="liveTvNewRecordingForm" style="margin: 0 auto;">
|
<form class="liveTvNewRecordingForm" style="margin: 0 auto;">
|
||||||
|
|
||||||
<div style="text-align: right;">
|
<div style="text-align: right; display: flex; justify-content: flex-end;">
|
||||||
<paper-toggle-button class="chkAdvanced">${ButtonAdvanced}</paper-toggle-button>
|
<paper-toggle-button class="chkAdvanced">${ButtonAdvanced}</paper-toggle-button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
<p class="itemMiscInfo"></p>
|
<p class="itemMiscInfo"></p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<div style="display: none;" id="eligibleForSeriesFields">
|
<div style="display: none;" id="eligibleForSeriesFields">
|
||||||
<div>
|
<div>
|
||||||
<paper-checkbox id="chkRecordSeries">${OptionRecordSeries}</paper-checkbox>
|
<paper-checkbox id="chkRecordSeries">${OptionRecordSeries}</paper-checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -419,3 +419,7 @@
|
||||||
width: 500px;
|
width: 500px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chkAdvanced {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue