Cool, that's really helpful, thanks. It seems that I'm unable to edit
the widths of the table cells because they are set by the <col> tags
under the table, rather than the <td>s themselves. For example, doing
this:
tr.zA.yO > td.yX {
width: 16ex !important;
}
is crossed out and overridden by the section 'computed style'. If I
set this to display: none;, the text in the field is not displayed by
the empty column is still the same width. I tried accessing the <col>
tags instead:
table.RnTrV .cf.zt > col .yY {
width: 16ex !important;
}
but this doesn't seem to do anything at all. Am I fighting a lost
cause?
On Apr 26, 11:51 am, Ruben Bakker <[email protected]> wrote:
> One tip: Use WebKit's Web inspector: Inside Mailplane control click any
> element in Gmail (like the checkbox at the beginning of the row) and choose
> "Inspect Element". Use element names (like td, tr, input) and the class your
> CSS selectors. Do not use ids, they change with each request. Make sure to
> include parent elements too.
> Hope this helps.
>
> On Sun, Apr 26, 2009 at 5:31 AM, backdrifter
> <[email protected]>wrote:
>
>
>
> > Hi everyone,
> > I've been struggling trying to figure out how to accomplish this. I
> > want to be able to set the width of the from, subject, date, etc
> > fields of emails when you are viewing the list of messages (i.e.
> > allocate more space to the message subject and less to the from field,
> > etc). I can't figure out how to access these fields... has anyone had
> > any success with this? Please let me know. Thanks!
>
> Ruben Bakker // uncomplex gmbh // Switzerland // mailplaneapp.com //
> twitter <http://www.twitter.com/Mailplane>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"mailplaneapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/mailplaneapp?hl=en
-~----------~----~----~----~------~----~------~--~---