asset.~act.css.act_data_table.css Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of act Show documentation
Show all versions of act Show documentation
The ACT full stack MVC framework
table.act_data_table {
border-collapse: collapse;
font-size: 10pt;
font-family: "Droid Sans Mono Dotted", "Envy Code R", "Fira Code", Monaco, monospaced;
position: relative;
}
table.act_data_table th, table.act_data_table td.act_data_table_label {
background-color: #007;
padding: 5px;
color: #efefef;
border-color: #efefef;
font-weight: bold;
}
table.act_data_table th:first-child {
border-left-color: #007;
}
table.act_data_table th:last-child {
border-right-color: #007;
}
table.act_data_table tbody tr:first-child td.act_data_table_label {
border-top-color: #007;
}
table.act_data_table tbody tr:last-child td.act_data_table_label {
border-bottom-color: #007;
}
table.act_data_table, table.act_data_table td {
border: 1px solid #007;
}
table.act_data_table td {
padding: 5px;
max-width: 500px;
text-overflow: ellipsis;
overflow-x: hidden;
}
.act_data_table_right {
text-align: right
}
.act_data_table_left {
text-align: left
}
table.act_data_table pre {
margin: 0;
font-family: cousine, "Droid Sans Mono Dotted", "Envy Code R", "Fira Code", Monaco, monospaced;
}
table.act_data_table th {
position: sticky;
top: 0
}