SAE-A2-TruthInquiry/truthinquiry/static/css/admin_ui_traits.css
AudricV 68c62b5e03
[Client] Improve traits management admin page
- Fix HTML, improve style of the feature and add its dedicated CSS file;
- Improve admin traits' JavaScript and fix addition of a trait where there is
no one already present;
- Remove unneeded admin.js file, as all its functions have been improved and
split into separate files.
2023-04-03 18:58:24 +02:00

18 lines
365 B
CSS

.delete_trait_btn, #add_trait, #save_changes {
margin-left: auto;
margin-right: auto;
}
.trait_description_container, .trait_name_container {
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: center;
align-items: center;
flex-direction: row;
}
.trait_description_input, .trait_name_input {
width: 30em;
}