MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 8858 time(s), 2 post(s) 12/13/2013 11:51:10 AMby sonap
sonap

sonap

12/13/2013 11:51:39 AM
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>
This content has not been rated yet. 
475 Reputation 52 Total posts
sonap

sonap

12/13/2013 12:01:47 PM
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


This content has not been rated yet. 
475 Reputation 52 Total posts