Created
March 13, 2013 18:54
-
-
Save jbalogh/5155003 to your computer and use it in GitHub Desktop.
user style for humbughq.com
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
.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