diff options
Diffstat (limited to 'css/chat.css')
-rw-r--r-- | css/chat.css | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/css/chat.css b/css/chat.css index c10be74..c8f15b6 100644 --- a/css/chat.css +++ b/css/chat.css @@ -29,6 +29,7 @@ .chatBadge { height:100%; + z-index:2; float:left; } .chatUsername { @@ -53,12 +54,13 @@ word-wrap: break-word; /* IE */ } .chatTimestamp { - font-family:"Times New Roman", Times, serif; + font-family: Trebuchet MS1, Trebuchet MS, sans-serif; + font-size: 1em; float:left; - padding: 5px 3px 3px 3px; - min-width:70px; + padding: 5px 0px 3px 0px; + width:83px; overflow:hidden; - text-overflow: ellipsis; + text-overflow: clip; white-space:nowrap; } .chatColumn1 { |