aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/chatbox/aa.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/styles/chatbox/aa.css b/webAO/styles/chatbox/aa.css
index 8bff8eb..2158956 100644
--- a/webAO/styles/chatbox/aa.css
+++ b/webAO/styles/chatbox/aa.css
@@ -123,7 +123,7 @@
#client_chatwaiting {
display: block;
- right: -6px;
+ right: 4px;
bottom: 0.2em;
width: 1em;
position: absolute;
@@ -132,14 +132,14 @@
@keyframes idling {
0% {
- right: -4px;
+ right: 0px;
}
50% {
- right: -8px;
+ right: 4px;
}
100% {
- right: -4px;
+ right: 0px;
}
} \ No newline at end of file