diff --git a/frontend/src/components/ProfessorProposalsList.js b/frontend/src/components/ProfessorProposalsList.js index 9637719..02b68a8 100644 --- a/frontend/src/components/ProfessorProposalsList.js +++ b/frontend/src/components/ProfessorProposalsList.js @@ -284,7 +284,7 @@ function ProposalRow({ {format(parseISO(proposal.expiration_date), "dd/MM/yyyy")} - + - - { - navigate("/proposals/" + proposal.proposal_id + "/copy"); - }} - > - - - Copy - - - { - navigate("/proposals/" + proposal.proposal_id + "/update"); - }} - > - - - Update - - - { - setShowArchiveModal(true); - }} - > - - - Archive - - + } -
+
Filter by:
diff --git a/frontend/src/pages/ApplicationDetailsPage.js b/frontend/src/pages/ApplicationDetailsPage.js index 120d4b0..cc82997 100644 --- a/frontend/src/pages/ApplicationDetailsPage.js +++ b/frontend/src/pages/ApplicationDetailsPage.js @@ -141,10 +141,10 @@ function ApplicationDetails() { - + - + @@ -449,7 +449,7 @@ ProposalInfo.propTypes = { function RowInfo(props) { return ( - + {props.title} : diff --git a/frontend/src/pages/ApplicationList.js b/frontend/src/pages/ApplicationList.js index bb13dbe..f0f40ec 100644 --- a/frontend/src/pages/ApplicationList.js +++ b/frontend/src/pages/ApplicationList.js @@ -71,13 +71,13 @@ function ApplicationList() { - + {application.name} {application.surname} {' '} has applied for this thesis on {formattedDate(application.application_date)} - + - + @@ -1043,11 +1043,11 @@ function ProposalDetailsPage({ mode }) { - - + + - - {disabledFields == false && - - - - } - - + + + + + Co-Supervisor: + + + + + + + + + + + + + + + } - + + ); } diff --git a/frontend/src/style/ProposalDetails.css b/frontend/src/style/ProposalDetails.css index 8796b9d..70f4292 100644 --- a/frontend/src/style/ProposalDetails.css +++ b/frontend/src/style/ProposalDetails.css @@ -59,9 +59,10 @@ #add-proposal-btn, #add-keyword-btn, -#add-group-btn { +#add-group-btn, +#add-request-btn { background-color: #5bc0de; - border-color: #5bc0de; + border: 2px solid #5bc0de; } #add-proposal-btn:hover, @@ -106,9 +107,10 @@ } .text-plus { + display: flex; flex-direction: row; - justify-content: center; + justify-content: space-between; align-items: center; margin-bottom: 6px; } diff --git a/frontend/src/style/index.css b/frontend/src/style/index.css index abe18a6..6760cfd 100644 --- a/frontend/src/style/index.css +++ b/frontend/src/style/index.css @@ -138,6 +138,9 @@ body { #show-proposal-detail, #proposal-detail-actions, +#proposal-detail-actions-copy, +#proposal-detail-actions-update, +#proposal-detail-actions-archive, #show-details-proposal { margin-top: -2px; cursor: pointer; @@ -189,6 +192,7 @@ body { border-color: #003576; color: #003576; background-color: white; + } #dropdown-proposal-actions:hover {