|
|
@ -162,6 +162,7 @@ width:36px; |
|
|
|
height:36px; |
|
|
|
height:36px; |
|
|
|
display:block; |
|
|
|
display:block; |
|
|
|
text-align:center; |
|
|
|
text-align:center; |
|
|
|
|
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
} |
|
|
|
.chat .chatheader .chatheadertitle { |
|
|
|
.chat .chatheader .chatheadertitle { |
|
|
|
padding-left:28px; |
|
|
|
padding-left:28px; |
|
|
@ -453,11 +454,11 @@ animation: newmessage 1s ease -0.3s infinite; |
|
|
|
-webkit-animation: newmessage 1s ease -0.3s infinite; |
|
|
|
-webkit-animation: newmessage 1s ease -0.3s infinite; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.chat.newmessage .chatheader span:after { |
|
|
|
.chat.newmessage .chatheadertitle:after { |
|
|
|
content: "***"; |
|
|
|
content: "***"; |
|
|
|
position:absolute; |
|
|
|
position:absolute; |
|
|
|
top:2px; |
|
|
|
top:2px; |
|
|
|
right:70px; |
|
|
|
right:32px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media all and (max-height: 210px) { |
|
|
|
@media all and (max-height: 210px) { |
|
|
|