Skip to content
Snippets Groups Projects
Commit 1ef1f7a2 authored by Moritz Strohm's avatar Moritz Strohm
Browse files

fullcalendar: changed loading indicator size to 32x32 px, fixes #3626

Closes #3626

Merge request studip/studip!2618
parent ae66a1a9
No related branches found
No related tags found
No related merge requests found
...@@ -604,8 +604,8 @@ class Fullcalendar ...@@ -604,8 +604,8 @@ class Fullcalendar
$('<div id="loading-spinner" style="position: absolute; top: calc(50% - 55px); left: calc(50% + 135px); z-index: 9001;">').html( $('<div id="loading-spinner" style="position: absolute; top: calc(50% - 55px); left: calc(50% + 135px); z-index: 9001;">').html(
$('<img>').attr('src', STUDIP.ASSETS_URL + 'images/loading-indicator.svg') $('<img>').attr('src', STUDIP.ASSETS_URL + 'images/loading-indicator.svg')
.css({ .css({
width: 64, width: 32,
height: 64 height: 32
}) })
) )
); );
......
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