Gmail Preview (denser)
Gmail’s new theme Preview(dense) has a few flaws. It could be denser and more awesome. Especially if you are using the Google Talk labs extension to show your contact list on the right.
Edit your Firefox’s userContent.css (ChromeEdit makes this very easy)
@-moz-document domain(mail.google.com) {
.pp {
margin:0px !important;
}
.q0CeU {
margin-right:0px !important;
}
.nM .n3 {
margin-left:0px !important;
}
.Bs.nH tr td:nth-of-type(1) .nH.oy8Mbf {
width:160px !important;
}
.Bs.nH.iY tr td:nth-of-type(1) .nH.oy8Mbf {
width:100% !important;
}
.Bs.nH tr td:nth-of-type(4) .nH.oy8Mbf {
width:192px !important;
}
.Bs.nH.iY tr td:nth-of-type(3) .nH {
display:none !important;
}
.T0 {
border-top:none !important;
}
.GcwpPb-Z8OBDd {
margin-bottom:0px !important;
}
.qRauBc {
margin-top:5px !important;
}
}
Advertisement