Page title
  Login

 

 

DotNetNuke Sponsor


MyDNN Updates
Thursday, May 17, 2012
MyDNN Updates
Oct 7

Written by: sherritp
10/7/2008 8:42 PM  RssIcon

To change the color of the text displayed in the module, use this CSS code below:
 
.ClockTZ
{
    color: white;
    border-top: thin white solid;
    border-bottom: thin #AAA solid;
}
 
.TZLabel
{
    font: 65%;
    font-weight: bold;
    color:#AAA;
}
 
To hide the UTC offset, you need to set the display to 'none.'  In versions up to 1.2.3 there is an issue in the HTML code generated by the module that doesn't affects the class for the UTC, so we'll use a different selector to get at it.


.ClockTZ
.TZName SPAN
{
     display:none;
}

Tags:
Categories:
Location: Blogs Parent Separator DNN Notes

1 comment(s) so far...


Gravatar

Re: Editing the CSS for the TimeZones module

good!!! thanks for your sharing

By bagsok on   10/17/2011 9:15 AM

Your name:
Gravatar Preview
Your email:
(Optional) Email used only to show Gravatar.
Your website:
Title:
Comment:
Security Code
CAPTCHA image
Enter the code shown above in the box below
Add Comment   Cancel 
Terms Of Use | in8 - The good stuff's inside | Privacy Statement
Copyright (c) 2012 mydnn.org