From ec6563414aae071f10beb7d25c6e783de9fa609f Mon Sep 17 00:00:00 2001 From: sD Date: Mon, 1 Jun 2020 19:22:59 +0200 Subject: add dr1 chatwaiting --- webAO/styles/chatbox/dr1.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'webAO/styles/chatbox/dr1.css') diff --git a/webAO/styles/chatbox/dr1.css b/webAO/styles/chatbox/dr1.css index d624b11..b1df279 100644 --- a/webAO/styles/chatbox/dr1.css +++ b/webAO/styles/chatbox/dr1.css @@ -100,10 +100,19 @@ #client_inner_chat { padding: 2% 4%; + padding-right: 10%; margin: 0; line-height: 97%; } #client_chatwaiting { - display: none; + display: block; + position: absolute; + color: transparent; + right: 3%; + bottom: 30%; + width: 2em; + height: 2em; + background-image: url("chatwaiting_dr1.svg"); + background-size: contain; } \ No newline at end of file -- cgit