2019-05-13 17:55:41 +02:00
|
|
|
div.submit_buttons_container {
|
2021-06-14 13:56:42 +02:00
|
|
|
position: relative;
|
2019-05-13 17:55:41 +02:00
|
|
|
margin: 10px auto 0px;
|
|
|
|
bottom: 0px;
|
2022-06-13 12:34:16 +02:00
|
|
|
width: 95%;
|
2019-05-13 17:55:41 +02:00
|
|
|
clear: both;
|
|
|
|
height: 4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.license_text {
|
|
|
|
width: 95%;
|
|
|
|
overflow-y: auto;
|
|
|
|
text-align: justify;
|
|
|
|
margin: 1em auto;
|
|
|
|
}
|