Merge branch 'master' into dist/envole/7/master
This commit is contained in:
commit
571544e4d2
10
src/ninesurvey-1.0/public/styles/css/local.css
Normal file
10
src/ninesurvey-1.0/public/styles/css/local.css
Normal file
@ -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;
|
||||||
|
}
|
@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
<link href="/{{ appAlias }}/styles/css/font.css" rel="stylesheet" media="screen" />
|
<link href="/{{ appAlias }}/styles/css/font.css" rel="stylesheet" media="screen" />
|
||||||
<link href="/{{ appAlias }}/styles/css/style.css" rel="stylesheet" media="screen" />
|
<link href="/{{ appAlias }}/styles/css/style.css" rel="stylesheet" media="screen" />
|
||||||
|
<link href="/{{ appAlias }}/styles/css/local.css" rel="stylesheet" media="screen" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
{{ include('Include/style.css.twig') }}
|
{{ include('Include/style.css.twig') }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user