Skip to content
Snippets Groups Projects
Verified Commit 92f32bf0 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add some CSS classes for tables in printout views

parent c0331a18
No related branches found
No related tags found
1 merge request!338Add some CSS classes for tables in printout views
Pipeline #3162 failed
......@@ -110,3 +110,22 @@ header .row, header .col {
border: white;
}
}
/* Some stuff for tables */
table.small-print, td.small-print, th.small-print {
font-size: 10pt;
}
tr {
border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
td, th {
padding: 1px;
}
td.rotate, th.rotate {
text-align: center;
transform: rotate(-90deg);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment