Commit 85446dc5 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk

rebuild template job_list.html for new version Js

parent 0a18c718
/* Actions */ /* Actions */
.actions { .actions {
display: flex; display: flex;
...@@ -41,8 +42,11 @@ ...@@ -41,8 +42,11 @@
.btn { .btn {
cursor: pointer; cursor: pointer;
} }
.btn-min { .btn-sm {
padding: .2rem 1rem; margin-right: 5px;
}
.btn-min:last-child {
margin-right: 0;
} }
/* Table */ /* Table */
.table-header { .table-header {
...@@ -89,5 +93,32 @@ ...@@ -89,5 +93,32 @@
height: 300px; height: 300px;
} }
.container-max { .container-max {
max-width: 1170px; max-width: 1300px;
}
td[data-col="action"] {
display: flex;
justify-content: flex-end;
}
/* Loading */
.loading {
display: none;
position: fixed;
width: 100%;
height: 100%;
background: rgba(0,0,0,.5);
top: 0;
z-index: 9999;
}
.loading-content {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
.loading i {
font-size: 1.5em;
color: #fff;
} }
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment