Skip to content

Instantly share code, notes, and snippets.

@sammich

sammich/css.css Secret

Last active August 29, 2015 14:22
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 sammich/e7aae1335d7530e6476f to your computer and use it in GitHub Desktop.
Save sammich/e7aae1335d7530e6476f to your computer and use it in GitHub Desktop.
CSS for new Spy
.sectionHeaders .event,
#AjaxProgress,
.listBlock.event {
display:none !important;
}
.discussionListItem .prefix {
position:relative;
top:-1px;
}
.listBlock.info {
padding:5px 10px;
}
.discussionListItem .listBlock {
vertical-align:top !important;
padding:5px 10px;
}
@media (max-width: 610px) {
.discussionListItem .listBlock {
border-right:none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment