float end na przyciskach
This commit is contained in:
@@ -220,9 +220,6 @@ input.form-control {
|
||||
padding: 8px 4px;
|
||||
border-radius: 0;
|
||||
}
|
||||
.function-button-right {
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
}
|
||||
|
||||
.table-responsive {
|
||||
|
@@ -85,7 +85,8 @@
|
||||
{% endfor %}
|
||||
</span>
|
||||
|
||||
<div class="btn-group d-flex function-button-right mt-2 mt-md-0" role="group">
|
||||
<div class="d-flex w-100 mt-2 mt-md-0 justify-content-end">
|
||||
<div class="btn-group" role="group">
|
||||
<a href="{{ url_for('view_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">📄 Otwórz</a>
|
||||
<a href="{{ url_for('copy_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">📋 Kopiuj</a>
|
||||
<a href="{{ url_for('edit_my_list', list_id=l.id) }}" class="btn btn-sm btn-outline-light">✏️ Edytuj</a>
|
||||
@@ -94,6 +95,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="progress progress-dark progress-thin mt-2 position-relative">
|
||||
{# Kupione #}
|
||||
|
Reference in New Issue
Block a user