mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +00:00
27 lines
351 B
CSS
27 lines
351 B
CSS
vaadin-dialog-overlay {
|
|
width: 1000px;
|
|
height: 600px;
|
|
}
|
|
|
|
#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;
|
|
}
|
|
|
|
.help-field {
|
|
justify-content: center;
|
|
align-items: center;
|
|
} |