Merge pull request #2410 from Gared/feature/notify-user-cookies-rejected

Notify user if cookies can't be created
This commit is contained in:
Stefan 2014-12-30 14:54:43 +01:00
commit 5df638bfac
4 changed files with 18 additions and 0 deletions

View file

@ -1086,6 +1086,10 @@ input[type=checkbox] {
display:none;
}
#noCookie{
display:none;
}
/* gritter stuff */
#gritter-notice-wrapper {
position:fixed;