X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=35680cae06d45fb172f3a6389b967943c08a3433;hb=cc49aadf6963bd0f1ba887f099f21338f41a82ac;hp=c63293533be384f92beba8e8df1c48a6a676ba25;hpb=7b58480c5700b8ce4a686836049458be6681934b;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index c632935..35680ca 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; } @@ -146,4 +146,11 @@ input[type="text"], input[type="password"] { /** Hack **/ .clear { clear: both; +} + +#errorlog { + overflow: auto; + max-width: 100%; + width: 100%; + height: 6em; } \ No newline at end of file