X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;fp=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=d7e835581fbcd6f9f9f15f43e02ca8dc92401254;hb=82a6b5b578988edff1288628a838dcd63bc07909;hp=f12cfdff1827c7eb87ba6e9559fd5d0410e7a04b;hpb=bb0959bbec05c36ab1118ddefc4894faf28f0fa0;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index f12cfdf..d7e8355 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -37,6 +37,16 @@ a:active { color: #0066BB; } +.pass { + color: #7AE309; + font-weight: bold; +} + +.fail { + color: #E30909; + font-weight: bold +} + div.centre { text-align: center; } @@ -233,7 +243,7 @@ input[type="text"]:focus, input[type="password"]:focus { } /** For login.html **/ -#login { +#login-container { margin: 0 auto; width: 400px; padding: 1.8em 0 0; @@ -241,19 +251,23 @@ input[type="text"]:focus, input[type="password"]:focus { line-height: 1.8em; } -#login form { +#login-container form { padding: 1em 2em; } -#login input { +#login-container input { font-size: 24px; } -#login label { +#login-container label { font-size: 14px; } -#login input[type=submit], #login input[type=submit] { +#login-container input[type=submit] { font-size: inherit; padding: 0.4em 0.8em; +} + +#login-container #result { + clear: both; } \ No newline at end of file