implemented alert to delete all jobs

#8
This commit is contained in:
schrom01
2022-08-27 22:06:58 +02:00
parent 0ed508f70d
commit 0135609919
4 changed files with 31 additions and 16 deletions
+5 -2
View File
@@ -6,7 +6,7 @@
width: auto; /*set table width here if using fixed value*/
min-width: 100%; /*set table width here if using %*/
height: 300px; /*set table height here; can be fixed value or %*/
min-height: 104px; if using % height, make this at least large enough to fit scrollbar arrows + captions + thead
min-height: 104px; /*if using % height, make this at least large enough to fit scrollbar arrows + captions + thead */
font-family: Verdana, Tahoma, sans-serif;
font-size: 15px;
line-height: 25px;
@@ -14,6 +14,9 @@
padding-bottom: 25px; /*this determines bottom caption height*/
text-align: left;
}
#button_delete_all_jobs{
margin-top: 25px;
}
.scrollingtable * {box-sizing: border-box;}
.scrollingtable > div {
position: relative;
@@ -36,7 +39,7 @@
}
.scrollingtable > div > div {
/*min-height: 43px;*/ /*if using % height, make this at least large enough to fit scrollbar arrows*/
max-height: 100%;
max-height: 200px;
overflow: scroll; /*set to auto if using fixed or % width; else scroll*/
overflow-x: hidden;
border: 1px solid black; /*border around table body*/