From 2e9292e441835b443160c777c5cba1d355397eea Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 10 Nov 2011 23:38:37 -0500 Subject: [PATCH] tighten up message view --- .../Default/User StyleSheets/Custom.css | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/.config/google-chrome/Default/User StyleSheets/Custom.css b/.config/google-chrome/Default/User StyleSheets/Custom.css index 94fcb2e..6c8590c 100644 --- a/.config/google-chrome/Default/User StyleSheets/Custom.css +++ b/.config/google-chrome/Default/User StyleSheets/Custom.css @@ -138,6 +138,69 @@ div.nH div.nH div.nH div.q0CeU div.oLaOvc div.Dg58Ge div.l2 { margin-bottom: 0px !important; } +/* Padding around message subject */ +tr td.Bu div.nH div.nH div.nH h1.ha { + margin: 0 0 0 0 !important; + padding: 0 0 0 0 !important; +} + +/* Padding around messages */ +div.nH div.kv div.Bk div.G3 div div div.FL1GFc { + margin: 0 0 0 0 !important; + padding: 0 0 0 0 !important; +} +div.HprMsc { + margin: 0 0 0 0 !important; + padding: 0 0 0 0 !important; +} + +/* Padding around message header (image/first line/...) */ +div.Bk div.G3 div div div.mNrSre div.X9rihb { + padding: 1px 0px 0px 1px !important; +} +div.Bk div.G3 div div div.mNrSre div.gE { + padding: 1px 0px 1px 0px !important; +} + +/* Padding around message reply */ +div.Bk div.G3 div div div.ambfl div.PGxSye { + padding: 1px 0px 1px 0px !important; +} +/* Padding inside the message reply border */ +div.Bk div.G3 div div div.ambfl div.PGxSye div.ip div div.ej div div.eh div.dW { + padding: 1px 0px 1px 1px !important; +} +/* Padding on left side of fields in reply message */ +div.Bk div.G3 div div div.ambfl div.PGxSye div.ip div div.ej div.fN { + padding: 0px 0px 1px 1px !important; +} +/* Padding around reply buttons (send/saved/discard) */ +div.Bk div.G3 div div div.ambfl div.PGxSye div.ip div div.ej div div.CoUvaf div.dW { + padding: 0px 0px 1px 1px !important; +} +/* Weird vertical gap between To and CC field */ +div.gB div.ip div div.ej div.fN form table tbody > tr:first-child + tr + tr { + display: none; +} +/* Padding around From/To/... labels */ +div.gB div.ip div div.ej div.fN form table tbody td.eD { + padding-top: 4px !important; + padding-bottom: 0px !important; +} +/* Vertical padding around to/cc/bcc fields */ +div.gB div.ip div div.ej div.fN form table tbody td.eC { + padding-top: 0px !important; + padding-bottom: 0px !important; +} +/* Padding around Edit Subject/Attach file/... links */ +div.gB div.ip div div.ej div.fN form table tbody tr td.eF { + padding: 0px 0px 0px 0px !important; +} +/* Padding above "Right formatting" link */ +div.gB div.ip div div.ej div.fN form div div.eJ table tbody tr td { + padding: 0px 0px 0px 0px !important; +} + /* * Google reader */ -- 2.39.5