9 lines
401 B
CSS
9 lines
401 B
CSS
table input { line-height: 26px; padding: 0 4px 0 !important; }
|
|
table label { margin: 0; padding: 0; }
|
|
th, td { text-align: center; vertical-align: middle!important; }
|
|
.chosen-container { width: 92% !important; }
|
|
.select-input { display: grid !important; }
|
|
.table { width: 85%; }
|
|
.chosen-container-multi .chosen-choices { width: auto; }
|
|
#tableData tbody tr:nth-child(even) { background: #efefef; }
|