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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsStyle Sheet for Event List DoesnStyle Sheet for Event List Doesn't Take Effect
Previous
 
Next
New Post
3/28/2008 3:00 PM
 

What happens if you change other attributes than font-size of the .ListDate class, or add new ones, like background-color?

Are you using a custom skin / container for your portal, or one of the default DNN skins? If it's a custom skin, then perhaps (just a guess) it contains an interfering definition for .ListDate. You can check this with the Firebug add-on for Firefox - right-click on one of the list dates and check in the "Style! window where that element gets it's CSS styles gets from. Or check it with an default skin / container in a new portal.

(And, of course you know that .ListDate is used in the list view only)

 
New Post
3/31/2008 9:33 PM
 

I do have a custom skin and I have verified everything with the other style sheets and nothing is overriding this class.  I am not able to change any of the styles just for .ListDate.  I can change .ListTitle no problem.  I used the Firebug and everything is pointing to the same class: .ListDate.  Maybe I'm missing something.  I have posted the site for public view since I'm having such a hard time.  It's probably something dumb that I am missing, but it would be great if you can check it out.

http://andys.seablick.com

Thanks...

 
New Post
4/1/2008 12:33 PM
 

I checked your site with Firebug, and it seems that your .ListDate style is overridden by a default span style. That's the code of the first entry of the "This Week at Andy's" module:

<td class="ListDate">
    <span id="dnn_ctr367_Events_EventList_lstEvents_ctl02_lblEventBegin">4/3/2008 5:00 PM</span>
</td>

In your /Portals/_default/Skins/andys/skin.css, there's this style definition in line 36:

div, span, p, td, th, li, input, textarea
{
    ....
    font-size:12px;
    ....
}

So the font size definition for the inner span overrides the definition for the outer td. Try the following:

td.ListDate span
{
     font-size: 7pt;
}

If THAT doesn't help, make it

    font-size: 7pt !important;

 
New Post
4/1/2008 2:11 PM
 

Thanks for checking this out.  I'll make the change tonight to the style sheet and report back. 

 
New Post
4/1/2008 11:15 PM
 

That definitely did the trick.  I need to get some more practice with that Firebug tool.  Thanks for the assistance, I missed that style in the skin style sheet.

Thanks!

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsStyle Sheet for Event List DoesnStyle Sheet for Event List Doesn't Take Effect


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