Created
April 26, 2011 23:12
-
-
Save dbushong/943390 to your computer and use it in GitHub Desktop.
userstyle for www.hipchat.com/chat
This file contains hidden or 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
@-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