diff --git a/htdocs/css/mympd.css b/htdocs/css/mympd.css index d9c33d8..3311a0a 100644 --- a/htdocs/css/mympd.css +++ b/htdocs/css/mympd.css @@ -251,10 +251,13 @@ caption { } @keyframes changewidth { - from { width: 0%; } - to { width: 100%; } + from { margin-left: -20px; } + to { margin-left: 100%; } } +#updateDBprogress { + width:20px; +} .updateDBprogressAnimate { animation-duration: 2s; animation-name: changewidth; diff --git a/htdocs/index.html b/htdocs/index.html index 2dd2a50..279ff3c 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -543,7 +543,7 @@