diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2013-02-28 14:44:10 -0800 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2013-02-28 14:44:10 -0800 |
commit | 5acb44d6a10c13b3fee840c907f3c60b552a67d2 (patch) | |
tree | a78cbced93cb4c942d6cc602395ea118b9ea45d7 /css | |
parent | 672f658e6995f2b7851377e7c83b3c876c5e1ec2 (diff) | |
download | pathery-5acb44d6a10c13b3fee840c907f3c60b552a67d2.tar.xz |
Fixes for unique font-sets in Chat.
Diffstat (limited to '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 { |