Skip to content

Commit 26f74b6

Browse files
authored
Merge pull request #115 from cmu-delphi/OKRS24-182
OKRS24-182
2 parents 75eba26 + 1cec579 commit 26f74b6

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

src/assets/css/custom.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
padding: 0;
6868
}
6969

70+
.pt-05 {
71+
padding-top: 0.5rem;
72+
}
73+
7074
.border-left {
7175
border-left: 1px solid #e4e4e4;
7276
}
@@ -125,4 +129,4 @@
125129

126130
.select2-container .select2-selection--single .select2-selection__rendered {
127131
padding-left: 0px!important;
128-
}
132+
}

src/templates/signals/signals.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,14 @@ <h2 class="accordion-header" id="available_geography-heading">
229229
<a href="https://delphi.cmu.edu/epivis/" target="_blank" class="btn btn-primary" role="button">Chart</a>
230230
</div>
231231
</div> -->
232-
<div class="col-4">
232+
<div class="col-6">
233+
<div class="input-group mb-3 d-flex justify-content-start">
234+
<span class="pt-05">
235+
Showing {{ signals|length }} row{{ signals|length|pluralize:"s" }}.
236+
</span>
237+
</div>
238+
</div>
239+
<div class="col-6">
233240
<div class="input-group mb-3 d-flex justify-content-end">
234241
<label class="input-group-text form-label" for="id_order_by" id="order_by_label">Sort By</label>
235242
{{ form.order_by|as_crispy_field }}

0 commit comments

Comments
 (0)