Fix styling on member forms.
Include flash message when portfolio manager is added. Fix submit button text
This commit is contained in:
parent
abfe8663a1
commit
a6fcd0c76f
@ -1,6 +1,5 @@
|
|||||||
.member-form {
|
.member-form {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
min-width: 75rem;
|
|
||||||
|
|
||||||
input[type="checkbox"] + label::before {
|
input[type="checkbox"] + label::before {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@ -53,3 +52,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#modal--add-app-mem,
|
||||||
|
#modal--add-portfolio-manager {
|
||||||
|
.modal__body {
|
||||||
|
min-width: 75rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
{{ StickyCTA(text="Settings") }}
|
{{ StickyCTA(text="Settings") }}
|
||||||
|
|
||||||
<div v-cloak class="portfolio-admin">
|
<div v-cloak class="portfolio-admin">
|
||||||
|
{% include "fragments/flash.html" %}
|
||||||
<!-- max width of this section is 460px -->
|
<!-- max width of this section is 460px -->
|
||||||
<section class="form-container__half">
|
<section class="form-container__half">
|
||||||
<h3>Portfolio name and component</h3>
|
<h3>Portfolio name and component</h3>
|
||||||
|
@ -72,7 +72,7 @@
|
|||||||
member_form.SubmitStep(
|
member_form.SubmitStep(
|
||||||
name=new_manager_modal,
|
name=new_manager_modal,
|
||||||
form=member_form_fields.PermsFields(new_manager_form),
|
form=member_form_fields.PermsFields(new_manager_form),
|
||||||
submit_text="Invite member",
|
submit_text="Add Mananger",
|
||||||
modal=new_manager_modal_name,
|
modal=new_manager_modal_name,
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user