Skip to content
Snippets Groups Projects
Commit 533ef87b authored by GitLab's avatar GitLab
Browse files

Make flash messages fixed and sticked to bottom

parent 0e387919
No related branches found
No related tags found
1 merge request!4797Make flash messages fixed and sticked to bottom
Loading
Loading
@@ -89,7 +89,7 @@ $ ->
if (flash = $(".flash-container")).length > 0
flash.click -> $(@).fadeOut()
flash.show()
setTimeout (-> flash.fadeOut()), 9000
setTimeout (-> flash.fadeOut()), 3000
 
# Disable form buttons while a form is submitting
$('body').on 'ajax:complete, ajax:beforeSend, submit', 'form', (e) ->
Loading
Loading
Loading
Loading
@@ -51,6 +51,10 @@ table a code {
text-align: center;
color: #fff;
font-size: 14px;
position: fixed;
bottom: 0;
width: 100%;
opacity: 0.8;
 
.flash-notice {
background: #49C;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment