diff options
Diffstat (limited to 'example/web/loginpage.html')
-rw-r--r-- | example/web/loginpage.html | 5 |
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> |