Typicalc/frontend/styles/view/main/help-dialog.css

23 lines
319 B
CSS
Raw Normal View History

2021-01-29 16:15:59 +00:00
#contentLayout {
2021-02-14 12:51:08 +00:00
width: 1000px !important;
2021-02-13 16:49:29 +00:00
padding-left: 0;
padding-right: 0;
2021-01-29 16:15:59 +00:00
}
#headingLayout {
2021-02-13 00:40:58 +00:00
width: 100%;
2021-02-04 19:09:28 +00:00
display: flex;
position: relative;
align-items: center;
justify-content: center;
2021-02-04 19:09:28 +00:00
}
#languageSelect {
position: absolute;
right: 0;
2021-02-13 09:30:59 +00:00
}
2021-02-13 16:49:29 +00:00
.help-field {
justify-content: center;
align-items: center;
}