X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=23a7c1e768baf2ad5b64c0c5c84411fc8609ee1f;hb=9bdafbf8ef5a813c08161cb0a8b386f7c0e778e0;hp=35680cae06d45fb172f3a6389b967943c08a3433;hpb=2ca5f448220a19baed8d3b6e1fa8b385c19c8871;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index 35680ca..23a7c1e 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -22,18 +22,38 @@ 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; @@ -50,6 +70,9 @@ 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 { @@ -99,7 +122,7 @@ input[type="text"], input[type="password"] { #sidebar{ float: right; - min-width: 22%; + max-width: 26%; } #sidebar .title { @@ -125,6 +148,12 @@ input[type="text"], input[type="password"] { margin-bottom: 0.5em; } +#main .sub-title { + font-size: 18px; + font-weight: bold; + margin-bottom: 0.25em; +} + .graph { width: 100%; height: 200px;