Page 1 of 1

MousePosition Widget

PostPosted: 07 Jul 2014 09:52
by asp
Hello!

When MousePosition widget is rendered, two spoiled lines appear.

Image

How to get rid of it?

Re: MousePosition Widget

PostPosted: 07 Jul 2014 15:03
by Alexander Bulei
Hi asp,

Yeah, you are right, its a plugin issue (missing style).
You can easily fix it by yourself, using the css class "mq-mouseposition".

for example:

css code
.mq-mouseposition span.ui-widget-content{
display: block;
}


We have fixed in js code, so it will available in next build.

Best Regards.