Skip to content

Instantly share code, notes, and snippets.

@jbalogh
Created March 13, 2013 18:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jbalogh/5155003 to your computer and use it in GitHub Desktop.
Save jbalogh/5155003 to your computer and use it in GitHub Desktop.
user style for humbughq.com
.message_list {
background-color: transparent !important;
}
.recipient_row {
border: none !important;
}
.recipient_row .left_part {
background-color: transparent !important;
}
.recipient_row .right_part {
border: 1px solid #888 !important;
border: none !important;
background-color: #eee !important;
border-radius: 4px 4px 0 0 !important;
}
.message_header {
font-weight: normal !important;
font-size: 0 !important; /* Get rid of the > */
line-height: 16px !important;
}
.message_header .message_label_clickable,
.message_header input {
font-size: 14px !important;
}
.stream_label:after {
content: ".";
}
.messagebox {
border: none !important;
}
.message_content {
margin-left: 0 !important;
}
.sender_name {
color: #555;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment