diff --git a/src/main/resources/static/css/globals.css b/src/main/resources/static/css/globals.css index 32896ed..2ee7dd7 100644 --- a/src/main/resources/static/css/globals.css +++ b/src/main/resources/static/css/globals.css @@ -502,6 +502,11 @@ header .header-contents nav .btn { padding: 0.5rem; } +.manage-survey-page .disclaimer { + text-align: center; + margin-bottom: 1rem; +} + /*View response page*/ .view-response-page h2 { margin-bottom: 1.5rem; diff --git a/src/main/resources/templates/editSurvey.html b/src/main/resources/templates/editSurvey.html index a0e88c1..c058862 100644 --- a/src/main/resources/templates/editSurvey.html +++ b/src/main/resources/templates/editSurvey.html @@ -9,8 +9,8 @@
-

Note:Editing the survey will remove the existing responses from the previous survey!

Editing Survey#

+

Note:Editing the survey will remove the existing responses from the previous survey!