diff options
| author | sD <stoned@derpymail.org> | 2020-04-28 15:39:35 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-28 15:39:35 +0200 |
| commit | fe3b24de014a630a94ae9ae68756ca0f25a94b7e (patch) | |
| tree | a06d4c5bcabd7ca8ebd1cc1e08075201608c0704 /webAO/styles | |
| parent | f25b3350de64bd8c4bc9d3fcd86fb3c7cc232a92 (diff) | |
put the defense to the left and the prosecution to the right if the bench has a screwed up size
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/client.css | 7 |
1 files changed, 7 insertions, 0 deletions
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%; |
