fix recording alignment
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<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>
|
||||
</div>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
<p class="itemMiscInfo"></p>
|
||||
|
||||
<br />
|
||||
<div style="display: none;" id="eligibleForSeriesFields">
|
||||
<div style="display: none;" id="eligibleForSeriesFields">
|
||||
<div>
|
||||
<paper-checkbox id="chkRecordSeries">${OptionRecordSeries}</paper-checkbox>
|
||||
</div>
|
||||
|
||||
@@ -419,3 +419,7 @@
|
||||
width: 500px;
|
||||
}
|
||||
}
|
||||
|
||||
.chkAdvanced {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user