File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 3333
3434{% block extra_js %}
3535
36- < script src ="{% static 'assets/js/plugins/apexcharts.min.js' %} "> </ script >
37-
3836{% endblock extra_js %}
Original file line number Diff line number Diff line change 3030 position : absolute;
3131 left : 50% ;
3232 right : 50% ;
33- bottom : -10 px ;
33+ bottom : -5 px ;
3434 }
3535 .table-row : hover .data-td {
3636 opacity : 0.1 ;
@@ -148,7 +148,7 @@ <h3 class="">Filters</h3>
148148 < thead >
149149 < tr >
150150 {% for field in db_field_names %}
151- < th id ="th_{{ field }} " scope ="col "> {{ field }}</ th >
151+ < th class =" px-2 " id ="th_{{ field }} " scope ="col "> {{ field }}</ th >
152152 {% endfor %}
153153 </ tr >
154154 </ thead >
@@ -161,12 +161,18 @@ <h3 class="">Filters</h3>
161161
162162 {% if request.user.is_authenticated %}
163163 < td class ="d-none action-td " >
164- < a data-bs-toggle ="modal " data-bs-target ="#editSales-{{item.id}} " class ="btn mb-0 btn-primary " href ="# "> < i class ="material-symbols-rounded opacity-5 "> edit</ i > </ a >
165- < a data-bs-toggle ="modal " data-bs-target ="#deleteSales-{{item.id}} " class ="btn mb-0 btn-danger " href ="# "> < i class ="material-symbols-rounded opacity-5 "> delete</ i > </ a >
164+ < a data-bs-toggle ="modal " data-bs-target ="#editSales-{{item.id}} " class ="btn mb-0 btn-primary btn-sm p-0 px-3 pe-4 ps-2 py-2 " href ="# ">
165+ < i style ="font-size: 14px; " class ="material-symbols-rounded opacity-5 "> edit</ i >
166+ </ a >
167+ < a data-bs-toggle ="modal " data-bs-target ="#deleteSales-{{item.id}} " class ="btn mb-0 btn-primary btn-sm p-0 px-3 pe-4 ps-2 py-2 " href ="# ">
168+ < i style ="font-size: 14px; " class ="material-symbols-rounded opacity-5 "> delete</ i >
169+ </ a >
166170 </ td >
167171 {% else %}
168172 < td class ="d-none action-td ">
169- < a data-bs-toggle ="modal " data-bs-target ="#viewSales-{{item.id}} " class ="btn mb-0 btn-primary btn-sm p-0 px-3 py-2 " href ="# "> < i class ="material-symbols-rounded opacity-5 "> visibility</ i > </ a >
173+ < a data-bs-toggle ="modal " data-bs-target ="#viewSales-{{item.id}} " class ="btn mb-0 btn-primary btn-sm p-0 px-3 pe-4 ps-2 py-2 " href ="# ">
174+ < i style ="font-size: 14px; " class ="material-symbols-rounded opacity-5 "> visibility</ i >
175+ </ a >
170176 </ td >
171177 {% endif %}
172178 </ tr >
You can’t perform that action at this time.
0 commit comments