X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=f741b16035dd0803ebd93edc4a26c36cb1d51884;hb=2dbbcd3926b02ae3c7b8331f9082a55170342026;hp=23a7c1e768baf2ad5b64c0c5c84411fc8609ee1f;hpb=83979aa4978c462b7479601567a874969762c07d;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index 23a7c1e..f741b16 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -22,38 +22,18 @@ hr { border-bottom: 1px solid gray; } -form.controls { - background-color: #F9F9F9; - border: 1px solid #808080; - padding: 1em; - margin: 1em auto; -} - -div.centre { - text-align: center; -} - -.bold { - font-weight: bold; -} - table { border: none; } table.centre { margin: auto; - text-align: center; } table.status, table.status tr, table.status td { padding: 0.2em 0.75em; } -td { - padding: 0 0.5em; -} - th { padding: inherit; border-bottom: 1px solid gray; @@ -70,9 +50,6 @@ input[type="button"], input[type="submit"] { border-radius: 3px; box-shadow: 1px 1px 1px #BBBBBB; transition: all 0.13s ease 0s; - padding: 0 0.5em; - min-width: 55px; - margin: 0.4em 0.1em; } input[type="button"]:active, input[type="submit"]:active { @@ -98,6 +75,7 @@ input[type="text"], input[type="password"] { #header #title { font-family: "Open Sans", Arial; font-size: 30px; + margin-left: 50px; } #header #rightnav { @@ -122,7 +100,7 @@ input[type="text"], input[type="password"] { #sidebar{ float: right; - max-width: 26%; + min-width: 22%; } #sidebar .title { @@ -146,12 +124,7 @@ input[type="text"], input[type="password"] { font-size: 24px; font-weight: bold; margin-bottom: 0.5em; -} - -#main .sub-title { - font-size: 18px; - font-weight: bold; - margin-bottom: 0.25em; + margin-left: 25%; } .graph { @@ -182,4 +155,4 @@ input[type="text"], input[type="password"] { max-width: 100%; width: 100%; height: 6em; -} \ No newline at end of file +}