|
|
|
|
@ -3250,47 +3250,6 @@ form .formw .freeze { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* header cell in data table in tools */ |
|
|
|
|
.data_table { |
|
|
|
|
margin-bottom: 18px; |
|
|
|
|
width: 100%; |
|
|
|
|
border: 1px solid #DDDDDD; |
|
|
|
|
} |
|
|
|
|
.data_table td { |
|
|
|
|
font-size: 12px; |
|
|
|
|
} |
|
|
|
|
.data_table th, .data_table td { |
|
|
|
|
border-top: 1px solid #DDDDDD; |
|
|
|
|
line-height: 18px; |
|
|
|
|
padding: 10px; |
|
|
|
|
} |
|
|
|
|
.data_table th { |
|
|
|
|
padding: 8px 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
background-color: #EEEEEE; |
|
|
|
|
border-bottom: 1px solid #DDDDDD; |
|
|
|
|
color: #333; |
|
|
|
|
} |
|
|
|
|
.data_table th a { |
|
|
|
|
color: #333; |
|
|
|
|
} |
|
|
|
|
.data_table_no_border { |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
border-spacing: 0; |
|
|
|
|
font-size: 12px; |
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
margin-top: 8px; |
|
|
|
|
text-align: left; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.data_table_no_border td { |
|
|
|
|
line-height: normal; |
|
|
|
|
padding: 6px; |
|
|
|
|
text-align: left; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
} |
|
|
|
|
.data_table tr.row_odd { |
|
|
|
|
background-color: #F9F9F9; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.attendance-users-table .data_table tr.row_odd { |
|
|
|
|
height: 64px; |
|
|
|
|
@ -10476,3 +10435,96 @@ ul.dropdown-menu.inner > li > a { |
|
|
|
|
clear: left; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/* print table pdf */ |
|
|
|
|
.data_table tr.row_even { |
|
|
|
|
background-color: #fff; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table td .highlight { |
|
|
|
|
font-weight: bold; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_table td { |
|
|
|
|
padding: 5px; |
|
|
|
|
border-bottom: 1px solid #b0b0b0; |
|
|
|
|
border-right: 1px dotted #e1e1e1; |
|
|
|
|
border-left: 1px dotted #e1e1e1; |
|
|
|
|
text-align: left; |
|
|
|
|
} |
|
|
|
|
.data_table { |
|
|
|
|
margin-bottom: 18px; |
|
|
|
|
width: 100%; |
|
|
|
|
border: 1px solid #DDDDDD; |
|
|
|
|
} |
|
|
|
|
.data_table td { |
|
|
|
|
font-size: 12px; |
|
|
|
|
} |
|
|
|
|
.data_table th, .data_table td { |
|
|
|
|
border-top: 1px solid #DDDDDD; |
|
|
|
|
line-height: 18px; |
|
|
|
|
padding: 10px; |
|
|
|
|
} |
|
|
|
|
.data_table th { |
|
|
|
|
padding: 8px 10px; |
|
|
|
|
font-weight: normal; |
|
|
|
|
background-color: #EEEEEE; |
|
|
|
|
border-bottom: 1px solid #DDDDDD; |
|
|
|
|
color: #333; |
|
|
|
|
} |
|
|
|
|
.data_table th a { |
|
|
|
|
color: #333; |
|
|
|
|
} |
|
|
|
|
.data_table_no_border { |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
border-spacing: 0; |
|
|
|
|
font-size: 12px; |
|
|
|
|
margin-bottom: 15px; |
|
|
|
|
margin-top: 8px; |
|
|
|
|
text-align: left; |
|
|
|
|
width: 100%; |
|
|
|
|
} |
|
|
|
|
.data_table_no_border td { |
|
|
|
|
line-height: normal; |
|
|
|
|
padding: 6px; |
|
|
|
|
text-align: left; |
|
|
|
|
vertical-align: middle; |
|
|
|
|
} |
|
|
|
|
.data_table tr.row_odd { |
|
|
|
|
background-color: #F9F9F9; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.table_print { |
|
|
|
|
border: 1px solid #B8B8B8; |
|
|
|
|
background-color: #FFFFFF; |
|
|
|
|
width: 100%; |
|
|
|
|
text-align: left; |
|
|
|
|
border-collapse: collapse; |
|
|
|
|
} |
|
|
|
|
.table_print td, .table_print th { |
|
|
|
|
border: 1px solid #B8B8B8; |
|
|
|
|
padding: 5px 4px; |
|
|
|
|
} |
|
|
|
|
.table_print tbody td { |
|
|
|
|
font-size: 13px; |
|
|
|
|
color: #666666; |
|
|
|
|
} |
|
|
|
|
.table_print thead { |
|
|
|
|
border-bottom: 0px solid #B8B8B8; |
|
|
|
|
} |
|
|
|
|
.table_print thead th { |
|
|
|
|
font-size: 15px; |
|
|
|
|
font-weight: bold; |
|
|
|
|
color: #000000; |
|
|
|
|
background: #CFCFCF; |
|
|
|
|
text-align: left; |
|
|
|
|
border-left: 0px solid #D0E4F5; |
|
|
|
|
} |
|
|
|
|
.table_print thead th:first-child { |
|
|
|
|
border-left: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.table_print tfoot td { |
|
|
|
|
font-size: 14px; |
|
|
|
|
} |