diff --git a/aleksis/core/static/print.css b/aleksis/core/static/print.css index 0e2389e1dfb308f2b763fae85887f8a682fd1ad7..cd3eeeea0accb97cb9e2b48054b8ad033476b41c 100644 --- a/aleksis/core/static/print.css +++ b/aleksis/core/static/print.css @@ -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); +}