- 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.
18 lines
365 B
CSS
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;
|
|
}
|