From fe3b24de014a630a94ae9ae68756ca0f25a94b7e Mon Sep 17 00:00:00 2001 From: sD Date: Tue, 28 Apr 2020 15:39:35 +0200 Subject: put the defense to the left and the prosecution to the right if the bench has a screwed up size --- webAO/styles/client.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webAO/styles/client.css') diff --git a/webAO/styles/client.css b/webAO/styles/client.css index e0240c9..383e1b4 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -285,9 +285,16 @@ height: auto; width: 100%; bottom: 0; +} + +.def_bench, .hld_bench, .jur_bench, .sea_bench { left: 0; } +.pro_bench, .hlp_bench, .wit_bench, .jud_bench { + right: 0; +} + #client_fg { position: absolute; height: 100%; -- cgit