diff options
Diffstat (limited to 'webAO/styles/client.css')
| -rw-r--r-- | webAO/styles/client.css | 30 |
1 files changed, 24 insertions, 6 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css index ba7a4a0..080a6bb 100644 --- a/webAO/styles/client.css +++ b/webAO/styles/client.css @@ -179,6 +179,14 @@ width: 100%; } +#client_court_static { + position: absolute; + height: 100%; + width: 100%; + top: 0; + left: 0; +} + #client_court { position: absolute; height: 100%; @@ -201,6 +209,13 @@ bottom: 0; } +#client_court_classic { + position: absolute; + height: 100%; + top: 0; + left: 0; +} + .def_court { object-position: left; } @@ -213,7 +228,7 @@ object-position: right; } -#client_charview { +#client_fullview { position: absolute; height: 100%; width: 100%; @@ -222,6 +237,13 @@ transition-property: left; } +#client_classicview { + position: absolute; + height: 100%; + width: 100%; + bottom: 0; +} + .client_char { position: absolute; height: 100%; @@ -239,14 +261,10 @@ object-position: 50% 0; } -.def_bench, .hld_bench, .jur_bench, .sea_bench { +#client_bench_classic { left: 0; } -.pro_bench, .hlp_bench, .wit_bench, .jud_bench { - right: 0; -} - #client_def_bench, #client_def_char, #client_def_pair_char, #client_court_def { left: 0; } |
