Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...Open Core Testi...Open Core Testi...DNN 6.0 Popups - Width and ArtifactsDNN 6.0 Popups - Width and Artifacts
Previous
 
Next
New Post
4/26/2011 10:26 PM
 
Hi William.
Some of the Telerik skins add the dots. Simple is one. css conflicts, searched for the 3 year old post could not find the css sector change needed so.....
We have Simple skins, Vista skins and Hay Skins with some custom skins in the Ribbon Bar, No consistency and css conflicts so to fix it all do the below.
Add this to the keys section of web config.
<add key="Telerik.Skin" value="Telerik" />
or which ever skin best matches. Then add reference to Telerik UI for all Telerik controls on the site. Not a reference to Telerik UI in the default page, take it out, add the below to the controls section.
<controls>
        <add tagPrefix="telerik" namespace="Telerik.Web.UI" assembly="Telerik.Web.UI" />
        <add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
        <add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
      </controls>

then add the below to your index skin "or all skins, at top. Or in the default page for all of the site in the head

<telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" Skin="Telerik" DecoratedControls="All" /> 
<telerik:RadToolTipManager ID="RadToolTipManager1" runat="server"  
    Skin="Telerik" RelativeTo="Element" EnableShadow="True" Animation="Fade" 
    AutoTooltipify="True">
</telerik:RadToolTipManager>

 
New Post
5/1/2011 6:25 PM
 
Its this in default.css Causing artifacts in DnnWindow

Its one of the styles below. I just removed them and no more artifacts.

ul li{list-style-type:square;} ul li li{list-style-type:disc;} ul li li li{list-style-type:circle;} ol li{list-style-type:decimal;} ol ol li{list-style-type:lower-alpha;} ol ol ol li{list-style-type:lower-roman;} ol ul li{list-style-type:disc;}

 
Previous
 
Next
HomeHomeDevelopment and...Development and...Open Core Testi...Open Core Testi...DNN 6.0 Popups - Width and ArtifactsDNN 6.0 Popups - Width and Artifacts


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out