First problem: modal advanced edit form interfase is broken. I tried adding the following code but it still doesn't shows the modal background.
Second problem: delete and resize links in appointments are shown incorrectly. Delete link is aligned to the left (over the text) and Resize link is valigned to top.
Thanks for your help!
EDIT: I noticed that "/* RadScheduler base stylesheet */" rules are overriding /* RadScheduler Telerik skin */ rules. For example, rsAdvTitle background is not shown because base stylesheet overrides with "background: none" (see attachment)
<AdvancedInsertTemplate> <div class="rsAdvancedEdit rsAdvancedModal" style="position: relative"> <div class="rsModalBgTopLeft"> </div> <div class="rsModalBgTopRight"> </div> <div class="rsModalBgBottomLeft"> </div> <div class="rsModalBgBottomRight"> </div> <div class="rsAdvTitle">
<h3 class="rsAdvInnerTitle">Appointment</h3> <asp:LinkButton runat="server" ID="AdvancedEditCloseButton" CssClass="rsAdvEditClose" CommandName="Cancel" CausesValidation="false" ToolTip='Cerrar'> <%# Container.Appointment.Owner.Localization.AdvancedClose%> </asp:LinkButton> </div> <div class="rsAdvContentWrapper"> .......... (my content) ........ </div> </div></AdvancedInsertTemplate>Second problem: delete and resize links in appointments are shown incorrectly. Delete link is aligned to the left (over the text) and Resize link is valigned to top.
Thanks for your help!
EDIT: I noticed that "/* RadScheduler base stylesheet */" rules are overriding /* RadScheduler Telerik skin */ rules. For example, rsAdvTitle background is not shown because base stylesheet overrides with "background: none" (see attachment)