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
-
-
+
}
-
+
+
+
+
+ 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 {