Hello! I have a question......
It´s Url explains how can i change appearence for elements in a form....
http://demos.kendoui.com/mobile/forms/appearance.html#/
but wich is the style for display dropdownlist in all space of the list view like a input or label?
for label:
.km-root .appearance .km-listview label
{
width: 100%;
}
for input:
.km-root .km-pane .km-view.appearance .km-listview input
{
position: relative;
width: 100%;
right: 0;
margin-top: 0;
top: 0;
}
for dropdownlist??????????????
thank you very much
i hope your answer
It´s Url explains how can i change appearence for elements in a form....
http://demos.kendoui.com/mobile/forms/appearance.html#/
but wich is the style for display dropdownlist in all space of the list view like a input or label?
for label:
.km-root .appearance .km-listview label
{
width: 100%;
}
for input:
.km-root .km-pane .km-view.appearance .km-listview input
{
position: relative;
width: 100%;
right: 0;
margin-top: 0;
top: 0;
}
for dropdownlist??????????????
thank you very much
i hope your answer