SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit d759e8ca authored by George Katsikas's avatar George Katsikas :goat:
Browse files

add bulk-action checkbox to prod page items

parent 1a5789af
No related branches found
No related tags found
1 merge request!43Polish up new production page
<div class="row mb-0"> <div class="row">
<div class="col mb-2"> <div class="col">
<table class="mb-0"> <div class="row mb-0 align-items-center">
<tbody> <div class="col-auto">
<tr> <input type="checkbox"
<td> class="form-check-input checkbox-lg"
<strong class="text-primary">{{ productionstream.submission.title }}</strong> name="productionstream-{{ productionstream.id }}-checkbox"
</td> id="productionstream-{{ productionstream.id }}-checkbox">
</tr> </div>
<tr class="mt-1"> <div class="col">
<td> <table class="mb-0">
<strong><em>by {{ productionstream.submission.author_list }}</em></strong> <tbody>
</td> <tr>
</tr> <td>
</tbody> <strong class="text-primary">{{ productionstream.submission.title }}</strong>
</table> </td>
</tr>
<tr class="mt-1">
<td>
<strong><em>by {{ productionstream.submission.author_list }}</em></strong>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="row mt-2 mb-0"> <div class="row mt-2 mb-0">
<div class="col"> <div class="col">
......
...@@ -215,4 +215,9 @@ $theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value"); ...@@ -215,4 +215,9 @@ $theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value");
// Hide div // Hide div
.d-none-empty:empty { .d-none-empty:empty {
display: none; display: none;
}
.checkbox-lg {
width: 1.5em !important;
height: 1.5em !important;
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment