Refactor inventory and worklog templates for improved rendering and pagination; enhance table display with better responsiveness and usability
This commit is contained in:
parent
bdd2a43c8b
commit
b68c25a05a
8 changed files with 48 additions and 184 deletions
|
@ -19,13 +19,6 @@
|
|||
crossorigin="anonymous">
|
||||
<style>
|
||||
{% block style %}
|
||||
|
||||
.sticky-top {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
table td,
|
||||
th {
|
||||
white-space: nowrap;
|
||||
|
@ -44,7 +37,6 @@
|
|||
input[type="checkbox"][disabled]::-moz-checkbox {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
{% endblock %}
|
||||
</style>
|
||||
</head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue