Center the message condenser messages with respect to the message body

Previously it was centered with respect to its enclosing div, which
looked slightly off.

(imported from commit da64f33551b500857bb91cb3ece959aafc9b1eb0)
This commit is contained in:
Zev Benjamin 2013-03-20 18:08:39 -04:00
parent c92d664b44
commit e5c62d164c
1 changed files with 4 additions and 0 deletions

View File

@ -446,6 +446,10 @@ table.focused_table {
display: none;
text-align: center;
color: #0088CC;
/* to match .message_content */
margin-left: 5px;
margin-right: 35px;
}
.message_length_controller:hover {