Skip to content

Instantly share code, notes, and snippets.

@dbushong
Created April 26, 2011 23:12
Show Gist options
  • Save dbushong/943390 to your computer and use it in GitHub Desktop.
Save dbushong/943390 to your computer and use it in GitHub Desktop.
userstyle for www.hipchat.com/chat
@-moz-document url("https://www.hipchat.com/chat") {
#action_tabs .download { display: none !important; }
body.chat .tabs li a { padding-top: 4px !important; }
#action_tabs li.icon a img { top: 4px !important; }
#action_tabs { right: 1px !important; }
#header a.logo {
height: 30px !important;
width: 32px !important;
display: block !important;
overflow: hidden !important;
}
#header a.logo img {
margin-top: -16px !important;
margin-left: 0 !important;
}
#tabs { left: 50px !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment