aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2021-09-18 18:20:56 +0200
committerstonedDiscord <Tukz@gmx.de>2021-09-18 18:20:56 +0200
commit6a766503ebc678e54b17a7912ea8e8da269d0b33 (patch)
tree300cf8a2eadf25f455d6892a0ca9739567b237fd /webAO/styles
parent7867b6c613cf2610af72efc1cb074f7ec2078af3 (diff)
fix non def wit pro chars
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/client.css30
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;
}