Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
gmail - fixed font
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mik  
View profile  
 More options Oct 27, 8:24 pm
From: mik <michal.kaczmarc...@gmail.com>
Date: Tue, 27 Oct 2009 17:24:11 -0700 (PDT)
Local: Tues, Oct 27 2009 8:24 pm
Subject: gmail - fixed font
Hello,

I have just noticed that the option "Use a fixed font for mail bodies"
has ceased to work for the edit box.
Most probably Google changed something in Gmail...

Regards,
Michał.


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mik  
View profile  
 More options Oct 30, 1:36 pm
From: mik <mik...@gmail.com>
Date: Fri, 30 Oct 2009 10:36:10 -0700 (PDT)
Local: Fri, Oct 30 2009 1:36 pm
Subject: Re: gmail - fixed font
Yes. They changed the class for textarea from dV to Ak.
I have prepared a css which solves this problem. Moreover, when used
with Google Labs feature to show messages in fixed font, it toggles
the display from fixed to proportional and vice versa.

@-moz-document domain(mail.google.com) {
    /* GMail messages and textarea should use fixed-width font */
    textarea.Ak, div.ii.gt {
        font-family: monospace !important;
        font-size: 9pt !important;
    }
    /* when switched to fixed font (Google Labs feature) use sans-
serif instead */
    div.ii.gt.gu {
        font-family: sans-serif !important;
        font-size: 10pt !important;
    }

}

On Oct 28, 1:24 am, mik <michal.kaczmarc...@gmail.com> wrote:


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google