diff options
| author | sD <stoned@derpymail.org> | 2020-04-18 18:32:45 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-18 18:32:45 +0200 |
| commit | 34d7e21c379cb8f22e519590fe038721fa456d6c (patch) | |
| tree | 3269c1d3989ee52076cda0a42e54d3d6c23f072b /webAO/styles/client.css | |
| parent | 36652251e1283ce48c9d6498f7cdf1c8cd305ac3 (diff) | |
| parent | 8911a595df1d37ac02e53e97c0b523ceeb3e543e (diff) | |
Merge branch 'master' into chatboxstyle
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index 4063b67..fa020ef 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -126,6 +126,7 @@ max-height: 60px; margin: 3px; border: 1px solid #000; + vertical-align: top; } #client_icwrapper { @@ -321,17 +322,18 @@ .evi_icon { width: 70px; + min-width: 70px; height: 70px; - background-color: #787878; - outline-color: #886060; - outline-width: 1px; - outline-style: inset; - outline-offset: -1px; + background-color: #7b7b7b; + outline: 2px ridge #fff; + outline-offset: -2px; + margin-right: 2px; } #evi_options { display: inline-block; - padding-left: 5px; + width: 100%; + border: 2px ridge white; } #evi_options label { |
