diff --git a/plugin/trace_viewer/tf_trace_viewer/tf-trace-viewer.html b/plugin/trace_viewer/tf_trace_viewer/tf-trace-viewer.html index d4eb82fa7..e5fd7fe9f 100644 --- a/plugin/trace_viewer/tf_trace_viewer/tf-trace-viewer.html +++ b/plugin/trace_viewer/tf_trace_viewer/tf-trace-viewer.html @@ -228,13 +228,14 @@ #throbber { /* Position: top right of the page, non-blocking to the trace events exploration */ position: fixed; - top: 64px; - right: 48px; - border: 5px solid #fafafa; + top: 20%; + left: 50%; + margin-left: -128px; + width: 64px; + height: 64px; + border: 14px solid #fafafa; border-radius: 50%; - border-top: 5px solid #e6e6e6; /* control bar background color */ - width: 16px; - height: 16px; + border-top: 14px solid #e6e6e6; /* control bar background color */ -webkit-animation: spin 1s linear infinite; /* Safari */ animation: spin 1s linear infinite; z-index: 10;