forked from MarseyWorld/MarseyWorld
fdg
parent
d0dc8fd330
commit
c4999cc960
|
@ -11,7 +11,7 @@
|
|||
{% block navbar %}
|
||||
<div class="font-weight-bold py-3"></div>
|
||||
|
||||
<div class="d-flex align-items-center sortingbarmargin">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="text-small font-weight-bold mr-2"></div>
|
||||
<div class="dropdown dropdown-actions">
|
||||
<button class="btn btn-secondary dropdown-toggle" role="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
|
|
@ -31,13 +31,20 @@
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
<style>
|
||||
@media (max-width: 768px) {
|
||||
.sorting {
|
||||
padding-bottom: 1rem !important;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="row" style="overflow: visible;padding-top:5px;">
|
||||
<div class="col">
|
||||
<div class="d-flex justify-content-between align-items-center pt-3 pb-2" style="float:right">
|
||||
<div class="d-flex justify-content-between align-items-center pt-3 pb-2 sorting" style="float:right">
|
||||
|
||||
{% block navbar %}
|
||||
<div class="d-flex align-items-center sortingbarmargin">
|
||||
<div class="d-flex align-items-center">
|
||||
{% if request.path == '/' and v.paid_dues %}
|
||||
{% if ccmode=="true"%}<a class="btn btn-secondary text-primary text-small-m mx-2" href="?sort={{sort}}&t={{t}}&ccmode=false">CC</a>{% endif %}
|
||||
{% if ccmode=="false" %}<a class="btn btn-secondary text-small-m mx-2" href="?sort={{sort}}&t={{t}}&ccmode=true"></i>CC</a>{% endif %}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<pre></pre>
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
|
||||
<div class="d-flex px-2 align-items-center sortingbarmargin">
|
||||
<div class="d-flex px-2 align-items-center">
|
||||
<div class="text-small font-weight-bold mr-2"></div>
|
||||
<div class="dropdown dropdown-actions">
|
||||
<button class="btn btn-secondary dropdown-toggle" role="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
{% block navbar %}
|
||||
<div class="font-weight-bold py-3"></div>
|
||||
|
||||
<div class="d-flex align-items-center sortingbarmargin">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="text-small font-weight-bold mr-2"></div>
|
||||
<div class="dropdown dropdown-actions">
|
||||
|
||||
|
|
|
@ -668,7 +668,7 @@
|
|||
{% if not "saved" in request.full_path %}
|
||||
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
|
||||
|
||||
<div class="d-flex align-items-center sortingbarmargin">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="text-small font-weight-bold mr-2"></div>
|
||||
<div class="dropdown dropdown-actions">
|
||||
<button class="btn btn-secondary dropdown-toggle" role="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
{% if not "saved" in request.full_path %}
|
||||
<div class="d-flex justify-content-between align-items-center" style="padding-top:10px">
|
||||
|
||||
<div class="d-flex align-items-center sortingbarmargin">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="text-small font-weight-bold mr-2"></div>
|
||||
<div class="dropdown dropdown-actions">
|
||||
<button class="btn btn-secondary dropdown-toggle" role="button" id="dropdownMenuButton" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
|
|
Loading…
Reference in New Issue