diff --git a/src/ninesurvey-1.0/public/styles/css/local.css b/src/ninesurvey-1.0/public/styles/css/local.css new file mode 100644 index 0000000..b0d6cd5 --- /dev/null +++ b/src/ninesurvey-1.0/public/styles/css/local.css @@ -0,0 +1,10 @@ +.craue_formflow_buttons { + display: inline-block; + width: 100%; +} +.craue_formflow_buttons .btn-secondary, +.craue_formflow_buttons .btn-primary, +.craue_formflow_buttons .btnnextstep +{ + float:right; +} \ No newline at end of file diff --git a/src/ninesurvey-1.0/templates/base.html.twig b/src/ninesurvey-1.0/templates/base.html.twig index 2807d8c..4b5166b 100644 --- a/src/ninesurvey-1.0/templates/base.html.twig +++ b/src/ninesurvey-1.0/templates/base.html.twig @@ -19,6 +19,7 @@ +