From b2dc8ca3411859116e5aab6d491431106118f979 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 18 Oct 2014 15:31:26 -0700 Subject: [PATCH] Increase size of draggable region on floating update counter. #165 --- src/General/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;