diff options
Diffstat (limited to 'webAO/styles/chatbox')
| -rw-r--r-- | webAO/styles/chatbox/dgs.css | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/webAO/styles/chatbox/dgs.css b/webAO/styles/chatbox/dgs.css index 6ee53cd..063d0f8 100644 --- a/webAO/styles/chatbox/dgs.css +++ b/webAO/styles/chatbox/dgs.css @@ -53,12 +53,12 @@ display: block; padding: 0px 6px; height: 20%; - min-width: 10%; + min-width: 20%; color: #fff7de; text-shadow: 0 0 4px #000; border: 1px solid #a59252; background-image: linear-gradient(#635529, #8c7d42); - left: 0.5em; + left: 4%; top: 0; border-radius: 3px; position: absolute; @@ -71,14 +71,15 @@ #client_chat { font-size: 1em; display: block; - width: 100%; + width: 98%; margin: auto; height: 80%; border-image-source: url("dgs_chat_bg.png"); border-image-slice: 12 fill; - border-image-width: 0.5em; - border-width: 0.5em; + border-image-width: 0.8em; + border-width: 0.8em; bottom: 0; + left: 1%; position: absolute; word-break: keep-all; word-wrap: break-word; |
