Typicalc/frontend/styles/view/main/help-dialog.css
Moritz Dieing b2209bcdaf Set dialog width in java
Css solution did not work when all accordion panels were closed
2021-02-14 12:05:46 +01:00

26 lines
322 B
CSS

#contentLayout {
padding-left: 0;
padding-right: 0;
}
#headingLayout {
width: 100%;
display: flex;
position: relative;
align-items: center;
justify-content: center;
}
#languageSelect {
position: absolute;
right: 0;
}
#accordion {
width: 100%;
}
.help-field {
justify-content: center;
align-items: center;
}