NetTalk Central

Author Topic: Adjust HotDate Font Size - Big mode  (Read 3057 times)

AZIS350

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • Email
Adjust HotDate Font Size - Big mode
« on: April 20, 2011, 06:44:21 AM »
Is there a setting to adjust the font size of the number of the day that appears on the hotdate calendar when set to BIG default set mode? We are setting the overall body font size for our application to 15 point (sometimes larger when it's used on an iphone) and once you get above around 13 or 14 point, it looks like the day number becomes too large to display and resets to a very small number (in the upper portion of the day box) and therefore hidden under the text label that displays on the day (when there is an appointment related to that day).

So it looks like the calendar day font is affected by the overall body font. Can this be overriden so the day font is defined by it's own font size? Thanks.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Adjust HotDate Font Size - Big mode
« Reply #1 on: April 20, 2011, 07:27:49 AM »
In your custom style file put;

.nt-label-empty{
font-size: 56pt;
}
.nt-label{
font-size: 56pt;
}

56 is the default, you can make it smaller.

Cheers
Bruce

AZIS350

  • Jr. Member
  • **
  • Posts: 62
    • View Profile
    • Email
Re: Adjust HotDate Font Size - Big mode
« Reply #2 on: April 20, 2011, 09:12:48 PM »
Excellent - thanks Bruce.