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

rebuild template job_list.html for new version Js

parent 0a18c718
/* Actions */
.actions {
display: flex;
......@@ -41,8 +42,11 @@
.btn {
cursor: pointer;
}
.btn-min {
padding: .2rem 1rem;
.btn-sm {
margin-right: 5px;
}
.btn-min:last-child {
margin-right: 0;
}
/* Table */
.table-header {
......@@ -89,5 +93,32 @@
height: 300px;
}
.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