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=2ff0cb1d9988cce924055bf0baaee1ff6f3d1015;hb=63d1cc182f50d67679e27826534834784ca6f94d;hp=18a6b8ebee1a488b22215582c85cb632e46eb806;hpb=9f0b63c8a2e6f64f895cfd3e357fd3db91d770e2;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index 18a6b8e..2ff0cb1 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -37,6 +37,10 @@ a:active { color: #0066BB; } +img { + border: none; +} + .pass { color: #7AE309; font-weight: bold; @@ -49,6 +53,7 @@ a:active { div.centre { text-align: center; + margin: auto; } .bold { @@ -170,6 +175,11 @@ input[type="text"]:focus, input[type="password"]:focus { display: inline-block; } +#header #logout-container { + /* Hide until activated by JavaScript */ + display: none; +} + #header #date { font-size: 12px; } @@ -186,7 +196,6 @@ input[type="text"]:focus, input[type="password"]:focus { #sidebar .title { font-size: 20px; - font-weight: bold; } #sidebar .item { @@ -200,18 +209,18 @@ input[type="text"]:focus, input[type="password"]:focus { min-width: 400px; } -#main .title { - font-size: 24px; - font-weight: bold; - margin-bottom: 0.5em; -} - #main .sub-title { font-size: 18px; font-weight: bold; margin-bottom: 0.25em; } +.title { + font-size: 24px; + font-weight: bold; + margin-bottom: 0.5em; +} + .graph { width: 100%; height: 200px;