4 Answers, 1 is accepted
0
Hi Andrea,
You can override the default position of the Kendo UI ModalView, using CSS. I have create a sample, showing how to override the default values, please check it out and let me know if you have any questions:
http://jsbin.com/yawilima/1/edit
Regards,
Kiril Nikolov
Telerik
You can override the default position of the Kendo UI ModalView, using CSS. I have create a sample, showing how to override the default values, please check it out and let me know if you have any questions:
http://jsbin.com/yawilima/1/edit
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Andrea
Top achievements
Rank 1
answered on 24 Mar 2014, 02:28 PM
Thanks, it works fine.
0
Hi Andrea,
I am glad it helped!
In case you have any further questions, please do not hesitate to contact us.
Regards,
Kiril Nikolov
Telerik
I am glad it helped!
In case you have any further questions, please do not hesitate to contact us.
Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Mark
Top achievements
Rank 1
answered on 09 Jul 2014, 06:05 PM
So I have been able to change all modalView's globally by using:
.km-modalview-root > div.k-animation-container {
position:absolute !important;
top:0px !important;
left:0px !important;
}
But I am not able to get this style to apply to only specific modalView's by using a CSS class and doing:
.km-modalview-root > div.k-animation-container .modalSave {
position:absolute !important;
top:0px !important;
left:0px !important;
}
Am I missing something? How you can apply this to only certain modalViews?
.km-modalview-root > div.k-animation-container {
position:absolute !important;
top:0px !important;
left:0px !important;
}
But I am not able to get this style to apply to only specific modalView's by using a CSS class and doing:
.km-modalview-root > div.k-animation-container .modalSave {
position:absolute !important;
top:0px !important;
left:0px !important;
}
Am I missing something? How you can apply this to only certain modalViews?