aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-06-26 10:53:54 -0400
committerbobzel <zzzman@gmail.com>2025-06-26 10:53:54 -0400
commitbaae27b205356898c5866a0f095e4ec056e02459 (patch)
tree1b62de5579b8de8be81b6d342a9767f0f379bb91 /views
parentccfdf905400cd4b81d8cde0f16bb0e15cd65621b (diff)
parent0093370a04348ef38b91252d02ab850f25d753b2 (diff)
Merge branch 'master' into agent-paper-main
Diffstat (limited to 'views')
-rw-r--r--views/stylesheets/authentication.css21
1 files changed, 11 insertions, 10 deletions
diff --git a/views/stylesheets/authentication.css b/views/stylesheets/authentication.css
index ff1f4aace..dbd1043a4 100644
--- a/views/stylesheets/authentication.css
+++ b/views/stylesheets/authentication.css
@@ -110,10 +110,10 @@ body {
text-align: center;
position: absolute;
margin: auto;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
+ top: 0px;
+ bottom: 0px;
+ left: 0px;
+ right: 0px;
width: 400px;
background-color: white;
border-radius: 8px;
@@ -122,10 +122,10 @@ body {
.inner {
position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
+ top: 0px;
+ bottom: 0px;
+ left: 0px;
+ right: 0px;
width: 230px;
margin: auto;
}
@@ -141,7 +141,8 @@ body {
font-size: 16px;
}
-.outermost, .online-container {
+.outermost,
+.online-container {
display: flex;
flex-direction: row;
height: 98vh;
@@ -220,4 +221,4 @@ span.user-type {
#inactive-inner {
border-bottom-right-radius: 8px;
-} \ No newline at end of file
+}