aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example
diff options
context:
space:
mode:
authoronefang2019-08-06 04:04:57 +1000
committeronefang2019-08-06 04:04:57 +1000
commit6877202c0ecc7b5dacdc73ac6c4eb99990c7563d (patch)
tree51f02aaa2a8955bca1eda5b5819b2e29821128f3 /example
parentMaybe now we can properly count locals and hypergridders on the web page? (diff)
downloadopensim-SC_OLD-6877202c0ecc7b5dacdc73ac6c4eb99990c7563d.zip
opensim-SC_OLD-6877202c0ecc7b5dacdc73ac6c4eb99990c7563d.tar.gz
opensim-SC_OLD-6877202c0ecc7b5dacdc73ac6c4eb99990c7563d.tar.bz2
opensim-SC_OLD-6877202c0ecc7b5dacdc73ac6c4eb99990c7563d.tar.xz
Reduce the width of the splash page divs.
Diffstat (limited to 'example')
-rw-r--r--example/web/loginpage.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/web/loginpage.html b/example/web/loginpage.html
index a369e3c..3f6e6b1 100644
--- a/example/web/loginpage.html
+++ b/example/web/loginpage.html
@@ -25,6 +25,7 @@ a:active {color: blue;}
25 position: absolute; 25 position: absolute;
26 top: 8px; 26 top: 8px;
27 left: 16px; 27 left: 16px;
28 width: 30%;
28} 29}
29 30
30.top-right 31.top-right
@@ -32,6 +33,7 @@ a:active {color: blue;}
32 position: absolute; 33 position: absolute;
33 top: 8px; 34 top: 8px;
34 right: 16px; 35 right: 16px;
36 width: 30%;
35} 37}
36 38
37.centre 39.centre
@@ -39,6 +41,7 @@ a:active {color: blue;}
39 position: absolute; 41 position: absolute;
40 top: 50%; 42 top: 50%;
41 left: 50%; 43 left: 50%;
44 width: 30%;
42 transform: translate(-50%, -50%); 45 transform: translate(-50%, -50%);
43} 46}
44 47
@@ -47,6 +50,7 @@ a:active {color: blue;}
47 position: absolute; 50 position: absolute;
48 bottom: 8px; 51 bottom: 8px;
49 left: 16px; 52 left: 16px;
53 width: 30%;
50} 54}
51 55
52.bottom-right 56.bottom-right
@@ -54,6 +58,7 @@ a:active {color: blue;}
54 position: absolute; 58 position: absolute;
55 bottom: 8px; 59 bottom: 8px;
56 right: 16px; 60 right: 16px;
61 width: 30%;
57} 62}
58</style> 63</style>
59</head> 64</head>