@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user