From 5acb44d6a10c13b3fee840c907f3c60b552a67d2 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 28 Feb 2013 14:44:10 -0800 Subject: Fixes for unique font-sets in Chat. --- css/chat.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'css/chat.css') 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 { -- cgit v1.2.3