November Happy Hour will be moved to Thursday December 5th.
I have recently installed latest EPiServer Mail for a EPiServer CMS 7.18 website.
When visiting the UI for Mail the styling appears to be missing, see attached screenshot.
The rest of the EPiServer UI (CMS, Find) looks fine.
In Mail.Master there are two style references:
<link type="text/css" rel="stylesheet" href="<%= Paths.ToShellClientResource("ClientResources/epi/themes/sleek/document.css") %>" /> <link type="text/css" rel="stylesheet" href="<%= Paths.ToShellClientResource("ClientResources/epi/themes/sleek/sleek.css") %>" />
And when I add a reference to sleek2.css, the design looks whole.
<link type="text/css" rel="stylesheet" href="<%= Paths.ToShellClientResource("ClientResources/epi/themes/sleek/document.css") %>" /> <link type="text/css" rel="stylesheet" href="<%= Paths.ToShellClientResource("ClientResources/epi/themes/sleek/sleek.css") %>" /> <link type="text/css" rel="stylesheet" href="<%= Paths.ToShellClientResource("ClientResources/epi/themes/sleek/sleek2.css") %>" />
I tried installing Mail on a clean website, but the MasterPage looks the same. What have gone wrong? What have I missed?
Thanks for helping.
I have recently installed latest EPiServer Mail for a EPiServer CMS 7.18 website.
When visiting the UI for Mail the styling appears to be missing, see attached screenshot.
The rest of the EPiServer UI (CMS, Find) looks fine.
In Mail.Master there are two style references:
And when I add a reference to sleek2.css, the design looks whole.
I tried installing Mail on a clean website, but the MasterPage looks the same. What have gone wrong? What have I missed?
Thanks for helping.