Skip to content

Commit

Permalink
Fix default admin styling
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Dec 15, 2018
1 parent cc6696d commit a9d1261
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css" />
<style>
.daterangepicker .drp-calendar { max-width: inherit }
.daterangepicker .ranges li { list-style-type: none }
</style>
{% with field_name=choices.0.field_name %}
<h3>{% blocktrans with filter_title=title %} By {{ filter_title }} {% endblocktrans %}</h3>
Expand Down

0 comments on commit a9d1261

Please sign in to comment.