Don't let timestamp float over other content.

Before this commit, the timestamps are higher than the narrowbar,
on the z-axis, so they slide over it as you scroll.

As a philosophical aside, I almost wonder if the timestamps should
live in their own table row, that way they can't possibly overlap
with the message bodies. (This would require reverting Tim-style
sometimes-show-date-and-time timestamps.)

(imported from commit 0c59f1feacebd59b88e76bf056d96e05159d2937)
This commit is contained in:
Waseem Daher 2012-10-11 15:54:57 -04:00
parent 8492aaee4b
commit 04c631fd24
1 changed files with 2 additions and 3 deletions

View File

@ -138,8 +138,6 @@ td.pointer {
.message_time {
color: gray;
float: right;
position: relative;
right: -25px;
font-size: 90%;
}
@ -162,6 +160,7 @@ table.focused_table {
.message_content {
margin-left: 5px;
margin-right: 35px; /* size of the timestamp */
}
blockquote {
@ -174,7 +173,7 @@ blockquote p {
}
.messagebox {
padding: 5px 35px 5px 14px;
padding: 5px 14px;
background-color: white;
border: 1px solid gray;
border-width: 0px 1px 1px 1px;