Mono Support Popup Window: Manage friends list (Create Message) (Closed)

Viewed 10126 time(s), 2 post(s), 12/13/2013 11:51:10 AM - by sonap
12/13/2013 11:51:39 AM
475 Reputation 52 Total posts

Hello,

I am trying to style the default popupWindow in the CreateMessage tab page.
The problem is, that although I am using my own theme, the popup window is linked to the default theme (see image).

Here is part of the module code I am referring to:

<head id="Head1" runat="server">
    <title></title>
</head>
<body>
    <form id="form1" runat="server">
    <div class="popup-window">
        <asp:ScriptManager ID="AjaxScriptManager" runat="server"></asp:ScriptManager>
        <asp:Panel runat="server" ID="pnlContainer">    
        <div class="top-section">
            <div class="inner">
                <h2><asp:Literal ID="ltlHeader" runat="server"></asp:Literal></h2>
                <p><asp:Literal ID="ltlSubHeader" runat="server"></asp:Literal></p>
            </div>
        </div>

1
12/13/2013 12:01:47 PM
475 Reputation 52 Total posts

Sorry for the spam. I hope at least that this post would help someone else facing the same problem:

I just figured out that the abovementioned ascx works as a page (Iframed) but it hasn't a master page declared on its code. So, I just added the code

MasterPageFile="/my_path/my_project/Default.master"
at the <%@ Page part of the MessageFriendListAdmin.aspx module

abd now it takes my masterpage's declared css as reference.

Thank you
Panos


2
This is a demo site for MonoX. Please visit Mono Software for more info.