Make more space for the 24-hour timestamp

(imported from commit d1e145e8b6b6f3fb62732c0d59311cc47bbcf9e5)
This commit is contained in:
Allen Rabinovich
2013-08-12 09:50:10 -07:00
parent 878ee2b3fd
commit fb0d038b77

View File

@@ -543,7 +543,7 @@ td.pointer {
.message_time { .message_time {
position: absolute; position: absolute;
right: -26px; right: -40px;
top: 7px; top: 7px;
display: inline-block; display: inline-block;
font-weight: normal; font-weight: normal;
@@ -556,7 +556,7 @@ td.pointer {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
top: 2px; top: 2px;
right: -63px; right: -80px;
} }
.message_data { .message_data {
@@ -966,7 +966,7 @@ blockquote p {
} }
.messagebox { .messagebox {
padding: 7px 70px 0px 7px; padding: 7px 85px 0px 7px;
word-wrap: break-word; word-wrap: break-word;
cursor: pointer; cursor: pointer;
vertical-align: top; vertical-align: top;