SciPost Code Repository

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

fix suboptimal margins on prod page summary

parent d19be4a6
No related branches found
No related tags found
1 merge request!43Polish up new production page
<div class="row"> <div class="row mb-0">
<div class="col"> <div class="col">
<div class="row mb-0 align-items-center"> <div class="row align-items-center">
<div class="col-auto"> <div class="col-auto">
<input type="checkbox" <input type="checkbox"
class="form-check-input checkbox-lg" class="form-check-input checkbox-lg"
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
id="productionstream-{{ productionstream.id }}-checkbox"> id="productionstream-{{ productionstream.id }}-checkbox">
</div> </div>
<div class="col"> <div class="col">
<table class="mb-0"> <table>
<tbody> <tbody>
<tr> <tr>
<td> <td>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</div> </div>
</div> </div>
<div class="row mt-2 mb-0"> <div class="row">
<div class="col"> <div class="col">
<small class="text-muted">To be published in</small> <small class="text-muted">To be published in</small>
<br> <br>
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
- {{ productionstream.submission.proceedings.event_suffix }} - {{ productionstream.submission.proceedings.event_suffix }}
{% endif %} {% endif %}
</div> </div>
<div class="col"> <div class="col-auto">
<small class="text-muted">Acceptance date</small> <small class="text-muted">Acceptance date</small>
<br> <br>
{{ productionstream.submission.editorial_decision.taken_on|date:'Y-m-d' }} {{ productionstream.submission.editorial_decision.taken_on|date:'Y-m-d' }}
......
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