From 2f3c66512cae56aa50f705d4669ce64d69e7ad26 Mon Sep 17 00:00:00 2001 From: oldmud0 Date: Tue, 15 May 2018 22:21:16 -0500 Subject: Some more layout fixes --- webAO/client.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'webAO/client.css') 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 { -- cgit