mirror of
https://github.com/Mibew/mibew.git
synced 2025-06-03 07:36:16 +03:00
styles for operator name + typing icon
This commit is contained in:
parent
900d24752e
commit
66efe15df4
@ -263,6 +263,13 @@ a:hover .image-close-window {
|
||||
font-size: 12px;
|
||||
color: #333333;
|
||||
}
|
||||
#status-region .typing-icon {
|
||||
display: inline-block;
|
||||
height: 16px;
|
||||
width: 18px;
|
||||
background: transparent url("images/user_typing.png") scroll no-repeat;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.status {
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
@ -285,11 +292,35 @@ a:hover .image-close-window {
|
||||
background: transparent url("images/avatar.jpg") scroll no-repeat 50% 10px;
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.avatar img {
|
||||
max-width: 100px;
|
||||
border: none;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#avatar-img {
|
||||
display: inline-block;
|
||||
}
|
||||
#operator-text {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.operator-name {
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.operator-depart {
|
||||
font-size: 13px;
|
||||
line-height: 32px;
|
||||
margin-left: 6px;
|
||||
color: #80787a;
|
||||
}
|
||||
|
||||
#messages-region {
|
||||
height: 200px;
|
||||
min-height: 150px;
|
||||
|
BIN
src/mibew/styles/chats/default/images/user_typing.png
Normal file
BIN
src/mibew/styles/chats/default/images/user_typing.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 454 B |
@ -1 +1 @@
|
||||
{{l10n "Remote user is typing..."}}
|
||||
<div id="typing-message"><div class="typing-icon"></div>{{l10n "Remote user is typing..."}}</div>
|
Loading…
Reference in New Issue
Block a user