aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/webAO/client.css b/webAO/client.css
index b32a7cf..3a75b1c 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -132,6 +132,14 @@ img {
width: 95%;
}
+.emote_button {
+ display: block;
+ width: 40px;
+ height: 40px;
+ padding: 1px;
+ cursor: pointer;
+}
+
#client_settings {
width: 100%;
}
@@ -202,7 +210,7 @@ img {
#client_name {
display: none;
- padding: 0px 4px;
+ padding: 0px 6px;
height: 7%;
border: 1px solid rgba(255, 255, 255, 0.7);
background: rgba(73, 0, 254, 0.5);