diff --git a/src/themes/default/images/COPYRIGHT b/src/themes/default/images/COPYRIGHT index a9ea3a4..777ce07 100644 --- a/src/themes/default/images/COPYRIGHT +++ b/src/themes/default/images/COPYRIGHT @@ -4,4 +4,6 @@ rss.svg, rss-disabled.svg - ... calendar.svg - ... +loading48.gif - generated at Preloaders.net + Other images in this directory were made by Max Pozdeev and licensed under the terms of GNU GPL v2+. \ No newline at end of file diff --git a/src/themes/default/images/loading1.gif b/src/themes/default/images/loading1.gif deleted file mode 100644 index 7525a26..0000000 Binary files a/src/themes/default/images/loading1.gif and /dev/null differ diff --git a/src/themes/default/images/loading1_24.gif b/src/themes/default/images/loading1_24.gif deleted file mode 100644 index 7d7dbbc..0000000 Binary files a/src/themes/default/images/loading1_24.gif and /dev/null differ diff --git a/src/themes/default/images/loading48.gif b/src/themes/default/images/loading48.gif new file mode 100644 index 0000000..efd350e Binary files /dev/null and b/src/themes/default/images/loading48.gif differ diff --git a/src/themes/default/style.css b/src/themes/default/style.css index eaf07eb..9683645 100644 --- a/src/themes/default/style.css +++ b/src/themes/default/style.css @@ -33,7 +33,7 @@ a { color:#0000ff; cursor:pointer; text-decoration:underline; } #authform { overflow: hidden; z-index:100; background-color:#f9f9f9; border:1px solid #cccccc; padding:5px; width:160px; } #authform div { padding:2px 0px; } #authform div.h { font-weight:bold; } -#loading { float:left; padding-top:5px; background-color:#ffffff; display:none; padding-right:6px; width:16px; height:16px; background:url(images/loading1.gif) no-repeat; } +#loading { float:left; padding-top:5px; background-color:#ffffff; display:none; padding-right:6px; width:16px; height:16px; background:url(images/loading48.gif) no-repeat; background-size:16px 16px; } #msg { float:left; } #msg .msg-text { padding:1px 4px; font-weight:bold; cursor:pointer; } @@ -261,7 +261,7 @@ a.mtt-back-button { font-size:0.8em; } #tagcloudbtn { margin-right:2px; font-size:0.8em; font-weight:normal; padding:2px; float:right; } #mtt_body.show-all-tasks #tagcloudbtn { display:none; } -#tagcloudload { display:none; height:24px; background:url(images/loading1_24.gif) center no-repeat; } +#tagcloudload { display:none; height:24px; background:url(images/loading48.gif) center no-repeat; background-size:24px 24px; } #tagcloud { overflow: hidden; z-index:100; background-color:#f9f9f9; border:1px solid #cccccc; padding:5px; width:100%; max-width:450px; margin:0px 7px 7px 7px; text-align:center;