mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
mveril
4baaaa0fc2
* Fix broken link * Fix bug in indexDB * Fix sourceFile for each geometry * Add function to export geometry as xyz * Fix bug when printing z * Fix align with website structures * Add Export geometries fonctionality * Better class name for select buttons * Fix after = * Enable export button only when it makes sense Co-authored-by: Mickaël Véril <mveril@irsamc.ups-tlse.fr>
42 lines
717 B
CSS
42 lines
717 B
CSS
form fieldset.table {
|
|
display: table;
|
|
}
|
|
form {
|
|
margin-bottom: 15px;
|
|
}
|
|
ul.nestedCbList {
|
|
list-style-type: none;
|
|
padding-left: 1em;
|
|
}
|
|
form button.selectButton {
|
|
display: block;
|
|
}
|
|
form fieldset.main {
|
|
padding: 10px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
}
|
|
form input[type="submit"] {
|
|
margin-top:10px;
|
|
}
|
|
form label{
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
}
|
|
form legend.required::after,form label.required::after {
|
|
content: " *";
|
|
color: red;
|
|
}
|
|
form fieldset.table div {
|
|
display: table-row;
|
|
}
|
|
|
|
form fieldset.table input, form fieldset.table select, form fieldset.table label {
|
|
display: table-cell;
|
|
margin: 3px;
|
|
}
|
|
|
|
form fieldset.table label {
|
|
text-align: right;
|
|
vertical-align:middle;
|
|
} |