diff options
author | onefang | 2021-09-10 14:25:06 +1000 |
---|---|---|
committer | onefang | 2021-09-10 14:25:06 +1000 |
commit | 6d07681b7552fa3d8244c6299446f9b18eff1105 (patch) | |
tree | fa66b24fa015a30e7803785b0af280446f083e84 | |
parent | Updated default archives. (diff) | |
download | opensim-SC-6d07681b7552fa3d8244c6299446f9b18eff1105.zip opensim-SC-6d07681b7552fa3d8244c6299446f9b18eff1105.tar.gz opensim-SC-6d07681b7552fa3d8244c6299446f9b18eff1105.tar.bz2 opensim-SC-6d07681b7552fa3d8244c6299446f9b18eff1105.tar.xz |
Tweak the CSS a bit.
-rw-r--r-- | example/var/www/html/SledjChisl.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/example/var/www/html/SledjChisl.css b/example/var/www/html/SledjChisl.css index 95b55cb..6a6995d 100644 --- a/example/var/www/html/SledjChisl.css +++ b/example/var/www/html/SledjChisl.css | |||
@@ -56,6 +56,7 @@ textarea | |||
56 | position: absolute; | 56 | position: absolute; |
57 | top: 8px; | 57 | top: 8px; |
58 | left: 16px; | 58 | left: 16px; |
59 | height: 33%; | ||
59 | width: 30%; | 60 | width: 30%; |
60 | } | 61 | } |
61 | .top-right | 62 | .top-right |
@@ -63,6 +64,7 @@ textarea | |||
63 | position: absolute; | 64 | position: absolute; |
64 | top: 8px; | 65 | top: 8px; |
65 | right: 16px; | 66 | right: 16px; |
67 | height: 33%; | ||
66 | width: 30%; | 68 | width: 30%; |
67 | } | 69 | } |
68 | .centre | 70 | .centre |
@@ -78,12 +80,20 @@ textarea | |||
78 | position: absolute; | 80 | position: absolute; |
79 | bottom: 8px; | 81 | bottom: 8px; |
80 | left: 16px; | 82 | left: 16px; |
83 | height: 33%; | ||
81 | width: 30%; | 84 | width: 30%; |
85 | display: flex; | ||
86 | justify-content: center; | ||
87 | align-items: center; | ||
82 | } | 88 | } |
83 | .bottom-right | 89 | .bottom-right |
84 | { | 90 | { |
85 | position: absolute; | 91 | position: absolute; |
86 | bottom: 8px; | 92 | bottom: 8px; |
87 | right: 16px; | 93 | right: 16px; |
94 | height: 33%; | ||
88 | width: 30%; | 95 | width: 30%; |
96 | display: flex; | ||
97 | justify-content: center; | ||
98 | align-items: center; | ||
89 | } | 99 | } |