mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
12363 make css rule generic
This commit is contained in:
parent
f16ac0244e
commit
0656b9fa07
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-light.css
vendored
BIN
netbox/project-static/dist/netbox-light.css
vendored
Binary file not shown.
BIN
netbox/project-static/dist/netbox-print.css
vendored
BIN
netbox/project-static/dist/netbox-print.css
vendored
Binary file not shown.
@ -266,7 +266,7 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
.journal-table table {
|
||||
.spaced-paragraph-table table {
|
||||
td,
|
||||
th {
|
||||
p {
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
{% block content %}
|
||||
<div class="card">
|
||||
<div class="card-body table-responsive journal-table">
|
||||
<div class="card-body table-responsive spaced-paragraph-table">
|
||||
{% render_table table 'inc/table.html' %}
|
||||
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user