Browse Source

- A tiny correction in the Widget CSS (incoming message)

pull/5/head
Jaussoin Timothée 14 years ago
parent
commit
08c27b75bf
  1. 8
      system/Widget/widgets/Chat/chat.css

8
system/Widget/widgets/Chat/chat.css

@ -58,8 +58,8 @@
height: 15px; height: 15px;
background-repeat: no-repeat; background-repeat: no-repeat;
padding: 0px; padding: 0px;
margin-top: 4px;
margin-right: 3px;
margin-top: 5px;
margin-right: 2px;
float: right; float: right;
} }
@ -70,7 +70,8 @@
#chats .chat .avatar { #chats .chat .avatar {
float: left; float: left;
height: 20px; height: 20px;
border-left: 1px solid #444;
margin: 1px;
margin-bottom: 0px;
} }
#chats .chat .messages .message.me span.date { #chats .chat .messages .message.me span.date {
@ -84,6 +85,7 @@
padding: 2px; padding: 2px;
overflow: auto; overflow: auto;
height: 2.5em; height: 2.5em;
border-bottom: none;
} }
#chats .chat .messages .message span.date { #chats .chat .messages .message span.date {

Loading…
Cancel
Save