Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Is it possible to reposition the title in the kendowindow?
thanks
Robert
<style>
.k-window-title {
text-align
:
center
;
}
</style>
Is it possible to butt the title right up against the "X" but still have the X showing?
Thanks
Hi:
I realized I could center the text and then do a
margin-right:-40px;