diff --git a/src/main/features/requirements/views/rfp-review.njk b/src/main/features/requirements/views/rfp-review.njk index 6775a151a6..bd459b92b9 100644 --- a/src/main/features/requirements/views/rfp-review.njk +++ b/src/main/features/requirements/views/rfp-review.njk @@ -845,20 +845,15 @@ management information or reporting by the Supplier {% endif %} -
-
-

Set the specific ratio of quality groups


-

Technical group


-

Cultural group


-

Social value group


-
-
-



-

{{technicalgroupquestion1}}%


-

{{culturalgroupquestion1}}%


-

{{socialvaluegroupquestion1}}%


-
-
+ +
+
+

Set the specific ratio of quality groups



+
+
+ +
+
{% if eventStatus != "published"%} Changeproject name @@ -867,6 +862,31 @@ management information or reporting by the Supplier
+
+

Technical group

+
+
+

{{technicalgroupquestion1}}%

+
+
+
+
+

Cultural group

+
+
+

{{culturalgroupquestion1}}%

+
+
+
+
+

Social value group

+
+
+

{{socialvaluegroupquestion1}}%

+
+
+ +

Add your technical questions


{%if techGroup !=undefined and techGroup !=null and techGroup | length >0%} @@ -890,7 +910,7 @@ management information or reporting by the Supplier {% endfor %} {%endif%} -
+
{% if eventStatus != "published"%} Changeproject name @@ -898,7 +918,7 @@ management information or reporting by the Supplier {% endif %}
-
+

Add your cultural questions



{%if techGroup !=undefined and techGroup !=null and techGroup | length >0%} @@ -982,39 +1002,16 @@ management information or reporting by the Supplier {% endif %}
#} + {# +
#} + {%if tierData !=undefined and tierData !=null and tierData | length >0%} + {% for data in tierData%} + +
+
+

Level Name

+
+
+

{{data.name}}

+
+
+
+
+

Score

+
+
+

{{data.id}}

+
+
+
+
+

Description

+
+
+

{{data.text}}

+
+
+ + {% endfor %} + {%endif%} +
+ {%endblock%} {# END-----------Your assessment criteria #} {# START-----------Review and publish your further competition #} {%block Review_and_publish_your_further_competition%} - +

6. Review and publish {% if selectedeventtype!='DA' %}your further competition{%endif%}

@@ -1164,7 +1193,7 @@ management information or reporting by the Supplier }) }} {%endif%}

-
diff --git a/src/main/public/assets/styles/application.css b/src/main/public/assets/styles/application.css index 1b5abb215c..27c61bdc6f 100644 --- a/src/main/public/assets/styles/application.css +++ b/src/main/public/assets/styles/application.css @@ -8596,6 +8596,13 @@ body { margin-bottom: 1.2rem; } +.onelinedesc{ + display: inline-block; + overflow: hidden; + white-space: nowrap; + width: 150px; +} + .margin-left{ margin-left: 800px; } diff --git a/src/main/public/assets/styles/custom.css b/src/main/public/assets/styles/custom.css index 28d9633ac8..e87aa30b27 100644 --- a/src/main/public/assets/styles/custom.css +++ b/src/main/public/assets/styles/custom.css @@ -9,7 +9,15 @@ .cookie-message__heading { padding-right: 4.375rem !important; } - +.border-bottom-rfp-review +{ + border-bottom:0px !important +} +.border-top-rfp-review- +{ + border-top:1px solid #b1b4b6 !important; + margin-bottom:15px !important; +} .cookie-message__actions { display: -ms-flexbox !important; display: flex !important;