diff options
Diffstat (limited to 'webclient/style/alias.css')
| -rw-r--r-- | webclient/style/alias.css | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/webclient/style/alias.css b/webclient/style/alias.css index 235dd76..1a05bbc 100644 --- a/webclient/style/alias.css +++ b/webclient/style/alias.css @@ -80,7 +80,30 @@ input .chat-messages{ border:1px solid #dddddd; height:80%; - margin-bottom:10px; + margin-bottom:10px; + overflow : auto; +} + +.chat-message{ + margin: 0px; +} + +.chat-name{ + margin-right:10px; + font-weight:bold; + color : #0073EA; +} + +.me{ + color : #FF0084; +} + +.chat-name:before{ + content : "<" +} + +.chat-name:after{ + content : ">" } .chat-input{ |
