Skip to content

Commit

Permalink
Updated css and template as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo committed Oct 10, 2023
1 parent c577b2d commit 0716415
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions src/frontend/components/data-table/_data-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,6 @@ div.dataTables_wrapper div.dataTables_filter input.form-control {
}
}

div.dataTables_processing {
top: 10rem !important;
left: 50%;
width: 200px;
text-align: center;
padding: 2px;
position: relative;
div.dataTables_wrapper div.dataTables_processing {
top: 10rem;
}
2 changes: 1 addition & 1 deletion views/layouts/main.tt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="author" content="">
<meta name="generator" content="Roger" />
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link rel="stylesheet" href="[% url.css %]/general.css?v=3">
<link rel="stylesheet" href="[% url.css %]/external.css?v=3">
<link rel="stylesheet" href="[% url.css %]/general.css?v=3">
</head>
<body class="[% body_class || 'page' %]"[% IF csrf_token %] data-csrf="[%- csrf_token -%]"[% END; IF layout OR layout_obj; %] data-layout-identifier="[% layout.identifier || layout_obj.identifier %]"[% END %]>
<div class="[% container_class || 'container-fluid' %]">
Expand Down

0 comments on commit 0716415

Please sign in to comment.