Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Report
Commits
de7b9d5f
Commit
de7b9d5f
authored
Nov 25, 2014
by
Marc Ducobu
Browse files
More space between the button 'save report' and 'reset form' in report bundle close #354
parent
20bc5a81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/views/Report/edit.html.twig
View file @
de7b9d5f
...
...
@@ -25,8 +25,8 @@
{{
form_widget
(
edit_form
)
}}
<div
class=
"grid-12 centered sticky-form-buttons"
>
<button
class=
"sc-button green"
type=
"submit"
><i
class=
"fa fa-save"
></i>
{{
'Save report'
|
trans
}}
</button>
<button
class=
"sc-button red"
type=
"reset"
><i
class=
"fa fa-eraser"
></i>
{{
'Reset report'
|
trans
}}
</button>
<button
class=
"sc-button green
margin-10
"
type=
"submit"
><i
class=
"fa fa-save"
></i>
{{
'Save report'
|
trans
}}
</button>
<button
class=
"sc-button red
margin-10
"
type=
"reset"
><i
class=
"fa fa-eraser"
></i>
{{
'Reset report'
|
trans
}}
</button>
</div>
{{
form_end
(
edit_form
)
}}
...
...
Resources/views/Report/new.html.twig
View file @
de7b9d5f
...
...
@@ -25,8 +25,8 @@
{{
form_widget
(
form
)
}}
<div
class=
"grid-12 centered sticky-form-buttons"
>
<button
class=
"sc-button green"
type=
"submit"
><i
class=
"fa fa-save"
></i>
{{
'Add report'
|
trans
}}
</button>
<button
class=
"sc-button red"
type=
"reset"
><i
class=
"fa fa-eraser"
></i>
{{
'Reset report'
|
trans
}}
</button>
<button
class=
"sc-button green
margin-10
"
type=
"submit"
><i
class=
"fa fa-save"
></i>
{{
'Add report'
|
trans
}}
</button>
<button
class=
"sc-button red
margin-10
"
type=
"reset"
><i
class=
"fa fa-eraser"
></i>
{{
'Reset report'
|
trans
}}
</button>
</div>
{{
form_end
(
form
)
}}
<script
type=
"text/javascript"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment