Skip to content

Instantly share code, notes, and snippets.

@johandouma
Last active November 2, 2016 23:03
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 johandouma/4c588240683093c112d21637cdecbd73 to your computer and use it in GitHub Desktop.
Save johandouma/4c588240683093c112d21637cdecbd73 to your computer and use it in GitHub Desktop.
Simplifies Pivotal Tracker's interface.
@-moz-document domain("pivotaltracker.com") {
.item .maximize,
.info_box .row.owner,
.info_box .row.requester,
.info_box .row.type,
.story .description,
.story .followers_wrapper,
.story .tasks,
.story .timestamp_wrapper,
.iteration .preview .points,
.iteration .preview .number,
.flyover article.point_scale_custom .meta::after,
.story.point_scale_custom .meta::after,
.preview .selector,
.model .preview .expander,
.name .parens,
.story_density_mode
{
display:none !important;
}
.info_box .row + .row {
border:none !important;
}
.story header {
padding: 4px 0;
}
.model section.edit .mini.attachments .attachments, .model section.edit li.activity {
padding: 0px 7px 0px 2px;
}
.model section.activity .activity header {
margin-bottom: 0 !important;
}
.story .meta {
margin-left: 0 !important;
}
.story .preview .name {
margin-left: 23px !important;
}
.story .meta::before {
display: none !important;
}
.point_scale_custom.is_estimatable .meta {
padding-left: 4px;
}
.point_scale_custom.is_estimatable .meta span {
margin-top: -3px !important;
color: #444 !important;
font-size: 13px !important;
}
.flyover article.point_scale_custom .meta, .story.point_scale_custom .meta {
width: auto !important;
}
div[data-aid=highlight] {
border-top-width: 5px !important;
}
.preview .button.state, .preview .estimate, .preview .reveal.button {
margin-right: 4px !important;
}
div[class^=tn-PanelHeader__heading___] {
font-size: 120%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment