File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 67
67
padding : 0 ;
68
68
}
69
69
70
+ .pt-05 {
71
+ padding-top : 0.5rem ;
72
+ }
73
+
70
74
.border-left {
71
75
border-left : 1px solid # e4e4e4 ;
72
76
}
125
129
126
130
.select2-container .select2-selection--single .select2-selection__rendered {
127
131
padding-left : 0px !important ;
128
- }
132
+ }
Original file line number Diff line number Diff line change @@ -229,7 +229,14 @@ <h2 class="accordion-header" id="available_geography-heading">
229
229
<a href="https://delphi.cmu.edu/epivis/" target="_blank" class="btn btn-primary" role="button">Chart</a>
230
230
</div>
231
231
</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 ">
233
240
< div class ="input-group mb-3 d-flex justify-content-end ">
234
241
< label class ="input-group-text form-label " for ="id_order_by " id ="order_by_label "> Sort By</ label >
235
242
{{ form.order_by|as_crispy_field }}
You can’t perform that action at this time.
0 commit comments