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-Main
Commits
bd2ac7ba
Commit
bd2ac7ba
authored
Nov 25, 2014
by
Marc Ducobu
Browse files
More space between the button 'save report' and 'reset form' in report bundle ref #354
parent
4d052607
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Resources/public/stylesheets/sass/_custom.scss
View file @
bd2ac7ba
...
...
@@ -48,9 +48,14 @@ ul.custom_fields.choice li {
border-radius
:
$base-border-radius
;
}
.sticky-form-buttons
button
,
.sticky-form-buttons
a
{
margin-left
:
1em
;
margin-right
:
1em
;
.sticky-form-buttons
.margin-5
{
margin-left
:
5%
;
margin-right
:
5%
;
}
.sticky-form-buttons
.margin-10
{
margin-left
:
10%
;
margin-right
:
10%
;
}
.errors
{
...
...
Resources/public/stylesheets/scratch.css
View file @
bd2ac7ba
...
...
@@ -3775,9 +3775,13 @@ ul.custom_fields.choice li {
padding
:
0.5em
;
border-radius
:
3px
;
}
.sticky-form-buttons
button
,
.sticky-form-buttons
a
{
margin-left
:
1em
;
margin-right
:
1em
;
}
.sticky-form-buttons
.margin-5
{
margin-left
:
5%
;
margin-right
:
5%
;
}
.sticky-form-buttons
.margin-10
{
margin-left
:
10%
;
margin-right
:
10%
;
}
.errors
{
color
:
#c91111
;
}
...
...
Resources/public/stylesheets/scratch.css.map
View file @
bd2ac7ba
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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