Add paragraph spacing, a slightly larger gravatar, +1px to line-height, and a bit more padding between messages.

(imported from commit c495c0f747e671318e737ddfaea5ff801fc12a97)
This commit is contained in:
Allen Rabinovich 2013-05-28 13:22:20 -07:00
parent e3c116ec14
commit acbff5682f
1 changed files with 7 additions and 11 deletions

View File

@ -573,7 +573,7 @@ table.focused_table {
.message_content {
margin-top: 3px;
line-height: 17px;
line-height: 18px;
}
@media (max-width: 480px) {
.message_content {
@ -614,7 +614,7 @@ blockquote p {
}
.messagebox {
padding: 3px 60px 0px 5px;
padding: 7px 60px 0px 7px;
background-color: #fff;
word-wrap: break-word;
cursor: pointer;
@ -622,7 +622,7 @@ blockquote p {
}
.messagebox p {
margin-bottom: 0px;
margin-bottom: 6px;
}
.messagebox blockquote {
@ -697,20 +697,16 @@ blockquote p {
.inline_profile_picture {
display: inline-block;
width: 17px;
height: 17px;
background-size: 17px 17px;
border-radius: 17px;
width: 20px;
height: 20px;
background-size: 20px 20px;
border-radius: 20px;
border: 1px solid #CCC;
vertical-align: middle;
position: relative;
left: -1px;
}
.private-message .inline_profile_picture {
border-color: #FFF;
}
#compose {
position: fixed;
bottom: 0px;