Skip to content

Instantly share code, notes, and snippets.

@obeattie
Created May 3, 2010 06:40
Show Gist options
  • Save obeattie/387823 to your computer and use it in GitHub Desktop.
Save obeattie/387823 to your computer and use it in GitHub Desktop.
/* With today's realign Google seem to have taken it upon themselves to reduce the line-height of each
* message line… yet again. So, here's a quick-n-dirty fix :)
*
* Updated March 3 2009, since Google changed all the class names :\
*/
/* Message line */
div.nH table tbody tr {
line-height: 1.6;
}
/* Space out the star more */
td.y4 {
padding: 0 0 0 8px;
overflow: visible;
}
/* Move the author's name to compensate */
td.yX {
padding: 2px 6px 0 10px;
}
/* Left-hand-side folders etc. */
div.nH.pp, div.nH.pZ {
line-height: 1.3;
}
/* The account stuff in the top right doesn't align with the content */
div#guser { padding-right: 9px; }
/* In single-message-view, the author's name is weirdly aligned when expanded */
.iw .gD span { top: -2px; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment