X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=2b234264706799aff2efd8b00de5616b43fc9501;hb=450583abb79d5fedb0debabed073d9b191dac80c;hp=e9a8623e6c6c42f8bbd453e426a660ddf710171b;hpb=1780973fb10ed5ef2a69d861b14e8f58cdc4369f;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index e9a8623..2b23426 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -196,7 +196,7 @@ input[type="text"]:focus, input[type="password"]:focus { #sidebar{ float: left; - max-width: 26%; + width: 240px; } #sidebar .title { @@ -246,22 +246,11 @@ input[type="text"]:focus, input[type="password"]:focus { .plot { box-sizing: border-box; - width: 850px; - height: 450px; + width: auto; + height: 300px; padding: 20px 15px 15px 15px; margin: 15px auto 30px auto; border: 1px solid #ddd; - background: #fff; - background: linear-gradient(#f6f6f6 0, #fff 50px); - background: -o-linear-gradient(#f6f6f6 0, #fff 50px); - background: -ms-linear-gradient(#f6f6f6 0, #fff 50px); - background: -moz-linear-gradient(#f6f6f6 0, #fff 50px); - background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px); - box-shadow: 0 3px 10px rgba(0,0,0,0.15); - -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1); - -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1); - -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1); - -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); font-size:20px; }