ANSEL: I'm too lazy to post this in 'bugs' but clicking the "import" button in min gmail while the text box is blank resets all settings. Preeeetty annoying.
/* no more message counters on each inbox in priority inbox
-alternately, to hide just the 'more' link disp-none this instead:
div[gh="tl"] > div > div:first-child span[role="link"]
*/
div[gh="tl"] > div > div:first-child > div.nH > div:nth-child(2) {
display: none;
}
/* Make each email slimmer
The default is 10 and 10
*/
div[gh="tl"] td {
height: 15px;
padding-top: 9px;
padding-bottom: 8px;
}
/* Always show mail date (plus tweak the look of it)
For users who have 'simplify rows' turned on but still want the date to be visible
*/
div[gh="tl"] tr > td:last-child > span {
opacity: 1;
text-transform: uppercase;
font-weight: bold;
color: #888;
font-size: 11px;
}
/* Less Space between Inboxes (Priority Inbox)
*/
div[gh="tl"] {
border-top: none;
margin-top: 0;
}
div[gh="tl"] > div div.Wg {
padding: 22px 20px 5px 0;
}
div[gh="tl"] > div:first-child div.Wg {
padding-top: 13px;
}