Skip to content

Instantly share code, notes, and snippets.

@tobias
Created January 30, 2009 13:46
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 tobias/55066 to your computer and use it in GitHub Desktop.
Save tobias/55066 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("lighthouseapp.com") {
#header {
height: 72px !important;
}
#rheader {
padding-top: 3px !important;
}
#action-nav {
height: 24px !important;
}
#action-nav ul {
padding: 0 !important;
}
#ticket-body {
height: 100px;
}
#attachments-grid {
margin-top: 3px !important;
border: 0 !important;
padding-bottom: 0 !important;
}
#attachments-grid dt {
margin-top: 0 !important;
}
.btns {
margin: 0 !important;
}
.greet {
padding: 5px 9px 0 9px !important;
}
.changes {
margin-top: 0 !important;
}
.list-form li {
padding: 0px !important;
}
#taggings {
position: absolute;
top: 132px;
right: -5px;
width: 241px;
}
#taggings input {
margin: 0 !important;
}
.group-main dt {
margin-top: 0 !important;
}
#ticket ul.info {
margin: 0 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment