How to resize the open source to-do list system "MyTinyToDo"?

I am trying to enable an open source to-do list system called MyTinyToDo on my website. When I changed the size to fit the layout of the site, the position of the windows for some functions, such as (Tags or arrow, except tasks) of the system, was changed, and they ruined the style.

Using Firebug, I could understand the cause of this problem. The reason is that this system uses jQuery to determine the position of these windows. I tried to find instructions that are responsible for this task inside jQuery files, but I could not find them.

So what should I do?

+7
source share
2 answers

Why don't you include mytinytodo in an <iframe>? I am sure this prevents jQuery from disturbing your layout.

+1
source

How you included mytinytodo.net in your website. You have also included jquery on your site. Then there may be conflicting jquery libraries. Check out

0
source

All Articles