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
No related merge requests found
...@@ -72,6 +72,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input { ...@@ -72,6 +72,7 @@ select.sd-dropdown.inline-dropdown, input.sd-input.inline-input {
.sd-question__header { .sd-question__header {
margin-top: 0; margin-top: 0;
max-width: 150px;
} }
} }
...@@ -113,6 +114,10 @@ a.active { ...@@ -113,6 +114,10 @@ a.active {
} }
} }
.sd-btn {
padding: 5px 10px !important;
}
// *********************************** // ***********************************
// Comment on page // Comment on page
// *********************************** // ***********************************
......
...@@ -116,6 +116,8 @@ $(function () { ...@@ -116,6 +116,8 @@ $(function () {
survey.applyTheme(SurveyTheme.DefaultLightPanelless); survey.applyTheme(SurveyTheme.DefaultLightPanelless);
console.log("Survey theme applied", SurveyTheme.DefaultLightPanelless); console.log("Survey theme applied", SurveyTheme.DefaultLightPanelless);
survey.showCompleteButton = false;
// Inflate the survey in the page // Inflate the survey in the page
$("#surveyContainer").Survey({ model: survey }); $("#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