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 a56ca3e9f20e9b01236b58be7a279d28b97e74bc)
This commit is contained in:
Zev Benjamin 2013-03-20 18:08:39 -04:00 committed by Jeff Arnold
parent 33c8368734
commit 8bc0de19dc
1 changed files with 4 additions and 0 deletions

View File

@ -450,6 +450,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 {