Skip to content

Commit

Permalink
add checkbox to publish all at once
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuepper committed May 10, 2024
1 parent 945c439 commit 8004757
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 5 additions & 3 deletions admin/app/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,14 @@ body {
}

.audio-enabled,
.video-enabled {
.video-enabled,
.track-published {
white-space: nowrap;
}

.audio-enabled button,
.video-enabled button {
.video-enabled button,
.track-published button {
float: none;
}

Expand Down Expand Up @@ -196,4 +198,4 @@ body {

@import "next-episode.scss";
@import "transmissions.scss";
@import "notifications.scss";
@import "notifications.scss";
2 changes: 2 additions & 0 deletions admin/app/views/pages/album-recording-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h4>{{translatedModel.title}}</h4>
<th></th>
<th>
{{init.translation.page.editor.published}}
<label class="track-published"></label>
</th>
<th>
{{init.translation.page.editor.audio}}
Expand Down Expand Up @@ -76,6 +77,7 @@ <h2>
<th></th>
<th>
{{init.translation.page.editor.published}}
<label class="track-published"></label>
</th>
<th>
{{init.translation.page.editor.audio}}
Expand Down

0 comments on commit 8004757

Please sign in to comment.