X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=f741b16035dd0803ebd93edc4a26c36cb1d51884;hb=2dbbcd3926b02ae3c7b8331f9082a55170342026;hp=6cba6c9ec4cee19469598606ade4feb793f5ec09;hpb=9fd77a6c5fdf277d6d5c17e3ced66f65f94a36f4;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index 6cba6c9..f741b16 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -19,7 +19,7 @@ body { hr { border: 0; - border-bottom: 1px dashed gray; + border-bottom: 1px solid gray; } table { @@ -44,7 +44,7 @@ img.centre { margin: auto; } -input[type="button"] { +input[type="button"], input[type="submit"] { background-color: #F5F5F5; border: 1px solid #A2A2A2; border-radius: 3px; @@ -52,7 +52,7 @@ input[type="button"] { transition: all 0.13s ease 0s; } -input[type="button"]:active { +input[type="button"]:active, input[type="submit"]:active { background-color: #E8E8E8; } @@ -75,6 +75,7 @@ input[type="text"], input[type="password"] { #header #title { font-family: "Open Sans", Arial; font-size: 30px; + margin-left: 50px; } #header #rightnav { @@ -123,6 +124,12 @@ input[type="text"], input[type="password"] { font-size: 24px; font-weight: bold; margin-bottom: 0.5em; + margin-left: 25%; +} + +.graph { + width: 100%; + height: 200px; } .widget { @@ -141,4 +148,11 @@ input[type="text"], input[type="password"] { /** Hack **/ .clear { clear: both; -} \ No newline at end of file +} + +#errorlog { + overflow: auto; + max-width: 100%; + width: 100%; + height: 6em; +}