diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-15 22:21:16 -0500 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2018-05-15 22:21:16 -0500 |
| commit | 2f3c66512cae56aa50f705d4669ce64d69e7ad26 (patch) | |
| tree | 6fe4048442ce2a9fff7f65c6d08cafd551a80292 /webAO/client.css | |
| parent | 5685e2b1714c8d85e505e9eccee549723773aaab (diff) | |
Some more layout fixes
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/webAO/client.css b/webAO/client.css index 87ff868..d5d8e75 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -213,6 +213,7 @@ img { border: 1px solid #555555; border-style: solid; box-sizing: border-box; + margin: auto; } #client_chatlog { @@ -269,10 +270,8 @@ img { width: 99%; /* margin-top: 20px; */ /*! height: 50%; */ - position: relative; - background-color: #ff0000; - /* resize: vertical; */ - width: auto; + background-color: #222; + color: white; } #client_bars { @@ -286,6 +285,10 @@ img { .slider { padding-right: 4px; + width: 80%; + align-self: center; + margin-left: auto; + margin-right: auto; } .client_defense { |
