Created
July 8, 2011 16:51
-
-
Save dipnlik/1072252 to your computer and use it in GitHub Desktop.
User CSS pro tema Preview (Dense) do gmail não usar TANTO espaço em branco assim
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* reduz altura das linhas da tabela de emails */ | |
tr.zA > td { padding-top:2px!important; padding-bottom:2px!important; } | |
/* não preciso mais de link de preview */ | |
span#\:qz { display:none!important; } | |
/* lista de emails mais próxima dos botões acima dela | |
div.qRauBc { margin-top:0!important; } | |
*/ | |
/* reduzindo espaço entre o header do Gmail e o conteúdo em 10px */ | |
/* 1) coluna lateral */ | |
div.CX {padding-top:7px!important; } | |
/* 2) lista de emails */ | |
div.VP5otc-pzeoBf, div.iI {padding-top:0!important; padding-bottom:0!important} | |
/* barra de botões inferior 10px mais próxima da lista de emails */ | |
div.VP5otc-U4m8q, div.iE {padding-top:11px!important; padding-bottom:0!important } | |
/* removendo linha acima do footer */ | |
div.l2 { border-top-width:0!important } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment