Skip to content
Snippets Groups Projects
Commit 0dfcf654 authored by Anthony's avatar Anthony
Browse files

Style survey button + fix one line question

parent b8ebdb95
No related branches found
No related tags found
1 merge request!5UI Upgrade and content
Pipeline #2045 passed
......@@ -72,6 +72,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input {
.sd-question__header {
margin-top: 0;
max-width: 150px;
}
}
......@@ -113,6 +114,10 @@ a.active {
}
}
.sd-btn {
padding: 5px 10px !important;
}
// ***********************************
// Comment on page
// ***********************************
......
......@@ -116,6 +116,8 @@ $(function () {
survey.applyTheme(SurveyTheme.DefaultLightPanelless);
console.log("Survey theme applied", SurveyTheme.DefaultLightPanelless);
survey.showCompleteButton = false;
// Inflate the survey in the page
$("#surveyContainer").Survey({ model: survey });
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment