From db9be7e5041782424f991719bb5b0c860dfb1325 Mon Sep 17 00:00:00 2001 From: Anthony Massaad Date: Fri, 1 Dec 2023 12:12:06 -0500 Subject: [PATCH] layout fixing --- src/main/resources/static/css/globals.css | 5 +++++ src/main/resources/templates/editSurvey.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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!