mirror of
https://github.com/Mibew/mibew.git
synced 2025-06-06 17:16:15 +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;
|
font-size: 12px;
|
||||||
color: #333333;
|
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 {
|
.status {
|
||||||
float: left;
|
float: left;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
@ -285,11 +292,35 @@ a:hover .image-close-window {
|
|||||||
background: transparent url("images/avatar.jpg") scroll no-repeat 50% 10px;
|
background: transparent url("images/avatar.jpg") scroll no-repeat 50% 10px;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 100px;
|
height: 100px;
|
||||||
|
display: inline-block;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
.avatar img {
|
.avatar img {
|
||||||
max-width: 100px;
|
max-width: 100px;
|
||||||
border: none;
|
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 {
|
#messages-region {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
min-height: 150px;
|
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