Last active
June 13, 2016 09:55
-
-
Save TyDraniu/db4f9ad2ab7f1e59e645751b00c12b15 to your computer and use it in GitHub Desktop.
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
@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