update to new layout
This commit is contained in:
parent
60a545324b
commit
9adc3e7301
3 changed files with 57 additions and 36 deletions
|
|
@ -5,9 +5,11 @@
|
|||
|
||||
#kf-trombi_trombi { display: grid; grid-row-gap: 2em; font-size: 1.2em; text-align: center; }
|
||||
|
||||
#kf-trombi_link { line-height: 1.5em; }
|
||||
#kf-trombi_link { line-height: 1.5em; display: flex; margin-right: 0.5em; }
|
||||
|
||||
.kf-trombi_row_header { vertical-align: top; }
|
||||
#kf-trombi_input_container { display: flex; }
|
||||
|
||||
#kf-trombi_row { display: flex; }
|
||||
|
||||
.kf-trombi_trombi_3 { grid-template-columns: repeat(3, 1fr); }
|
||||
.kf-trombi_trombi_4 { grid-template-columns: repeat(4, 1fr); }
|
||||
|
|
@ -16,12 +18,14 @@
|
|||
.kf-trombi_trombi_7 { grid-template-columns: repeat(7, 1fr); }
|
||||
.kf-trombi_trombi_8 { grid-template-columns: repeat(8, 1fr); }
|
||||
|
||||
.hidden { display: none; }
|
||||
.kf-hidden-important { display: none!important; }
|
||||
|
||||
.kf-trombi_card { align-content: end; }
|
||||
|
||||
.kf-trombi_enhanced { filter: contrast(150%) grayscale(100%); }
|
||||
|
||||
.kf-button-container { margin: 5px; padding: 9px; }
|
||||
|
||||
@media print {
|
||||
.headerHeading, #idPageNavi {display: none;}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue