Skip to content

Instantly share code, notes, and snippets.

@TyDraniu
Last active June 13, 2016 09:55
Show Gist options
  • Save TyDraniu/db4f9ad2ab7f1e59e645751b00c12b15 to your computer and use it in GitHub Desktop.
Save TyDraniu/db4f9ad2ab7f1e59e645751b00c12b15 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("jira.xxxxx") {
#dashboard > .vertical.tabs
{
width: 50px !important;
}
#dashboard .aui-page-header-main
{
display: none !important;
}
#dashboard > .tabs.vertical li
{
writing-mode: vertical-lr !important;
}
#dashboard > .vertical.tabs + #dashboard-content
{
margin-left: 60px !important;
}
#gadget-13617-title > a
{
color: white !important;
}
.gadget > .view > .footerText
{
display: none !important;
}
.gadget-13617 > iframe
{
height: inherit;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment