Increase size of draggable region on floating update counter. #165

This commit is contained in:
ccd0 2014-10-18 15:31:26 -07:00
parent ac47d7e5e1
commit b2dc8ca341

View File

@ -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;