X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=3a62cb0982b6e709e516fcebe0b8028b9cd0bf99;hb=836f6139e9c8df2c5ebae0bb617b86d618e60534;hp=1dd37183f556417937be96ba333e7868db41ea8d;hpb=5dd1221f71f9fc63004a85b0b34f5cf3e9a17bf5;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index 1dd3718..3a62cb0 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -245,6 +245,27 @@ input[type="text"]:focus, input[type="password"]:focus { box-shadow: 0 0 0.25em #AAAAAA; } +.plot { + box-sizing: border-box; + width: 850px; + height: 450px; + 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; +} + /** Hack **/ .clear { clear: both; @@ -285,4 +306,4 @@ input[type="text"]:focus, input[type="password"]:focus { #login-container #result { clear: both; -} \ No newline at end of file +}