M.ListView overlap

24 views
Skip to first unread message

Kamil T

unread,
Sep 19, 2013, 10:34:29 AM9/19/13
to themp...@googlegroups.com
Hi guys,
I try to use The-M-Project in my apps, but i have a little problem now.
I starded with ToDo app tutorial (http://panacodalabs.github.io/The-M-Docs/#tutorials/how_to_write_a_todos_app), but it isn't working well.
List overlaps input (screen attached, im using themeroller). I tried to fix this using doNotOverlapAtTop: YES, but nothing changed.

Could you help? Thanks ;)
todos.JPG

hano

unread,
Sep 25, 2013, 3:07:19 AM9/25/13
to themp...@googlegroups.com
Hey,
i guess it is the margin: -15px from the list view.
best regards
marco

Kamil T

unread,
Sep 28, 2013, 4:51:47 AM9/28/13
to themp...@googlegroups.com
Okey, so I have to change that margin with CSS or what? What class for ListView?
Thanks

hano

unread,
Sep 30, 2013, 5:07:16 AM9/30/13
to themp...@googlegroups.com
Hey,
yes in a css file. jquery does something like that: 
.ui-content .ui-listview{
margin: -15px;
}

I guess this should help you but it depends on your markup:
.ui-input-search + .ui-listview{
    margin: 0 -15px 0 -15px;
}


best regards
marco

Reply all
Reply to author
Forward
0 new messages