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
e1f78dc0
Commit
e1f78dc0
authored
Nov 18, 2014
by
Marc Ducobu
Browse files
sticky submit and reset buttons ref #336
parent
7d9b3e71
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Resources/public/stylesheets/sass/_custom.scss
View file @
e1f78dc0
...
...
@@ -34,4 +34,20 @@ ul.submenu.min-width {
ul
.custom_fields.choice
li
{
list-style
:none
;
}
.sticky-form-buttons
{
margin-top
:
1em
;
background-color
:
$orange
;
//$grey-5;
position
:sticky
;
bottom
:
0
.5em
;
text-align
:center
;
padding
:
0
.5em
;
border-radius
:
$base-border-radius
;
}
.sticky-form-buttons
button
{
margin-left
:
1em
;
margin-right
:
1em
;
}
\ No newline at end of file
Resources/public/stylesheets/scratch.css
View file @
e1f78dc0
...
...
@@ -3083,4 +3083,17 @@ ul.submenu.min-width {
ul
.custom_fields.choice
li
{
list-style
:
none
;
}
.sticky-form-buttons
{
margin-top
:
1em
;
background-color
:
#ff9c00
;
position
:
sticky
;
bottom
:
0.5em
;
text-align
:
center
;
padding
:
0.5em
;
border-radius
:
3px
;
}
.sticky-form-buttons
button
{
margin-left
:
1em
;
margin-right
:
1em
;
}
/*# sourceMappingURL=scratch.css.map */
Resources/public/stylesheets/scratch.css.map
View file @
e1f78dc0
This diff is collapsed.
Click to expand it.
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