Skip to content

Instantly share code, notes, and snippets.

@jlong
Created October 12, 2009 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jlong/208675 to your computer and use it in GitHub Desktop.
Save jlong/208675 to your computer and use it in GitHub Desktop.
/* Minimal G-mail CSS for Mailplane */
/* Hide the links to other apps */
#gbar {
display: none
}
/* Put the settings links on the same level as the search box */
div.nH + div.nH div.nH.qp {
border: none;
line-height: 22px;
height: auto;
padding-top: 12px;
position: absolute;
right: 4px;
z-index: 100000000 !important;
}
/* Hide the "Manage this Domain Link" */
span[id=':qf'] {
display: none
}
/* Hide the G-mail Logo */
div.nH + div.nH div.nH div.no div.nH.nn {
display: none;
}
div.nH + div.nH div.nH div.no div.nH.nn + div.nH.nn {
display: block;
}
/* Hide the "Search the Web" button */
div[id=':r8'] {
display: none;
}
/* Hide the footer */
div.nH.l2.ov {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment