diff --git a/src/General/css/style.css b/src/General/css/style.css index d3d72830a..f8d0d1d7c 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -636,8 +636,11 @@ span.hide-announcement { box-shadow: none; } #updater > .move { - padding: 5px 3px 0px; - margin-bottom: -3px; + position: absolute; + left: 0; + top: -5px; + width: 100%; + height: 5px; } #updater > div:last-child { text-align: center;