Merge branch 'master' of github:szmoore/MCTX3420
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / static / style.css
index 1dd3718..2b23426 100644 (file)
@@ -196,16 +196,15 @@ input[type="text"]:focus, input[type="password"]:focus {
 
 #sidebar{
   float: left;
-  max-width: 26%;
+  width: 240px;
 }
 
 #sidebar .title {
   font-size: 20px;
 }
 
-#sidebar .item {
-  padding: 0.2em;
-  margin-bottom: 0.5em;
+.justify {
+  text-align: justify;
 }
 
 #main {
@@ -245,6 +244,16 @@ input[type="text"]:focus, input[type="password"]:focus {
   box-shadow: 0 0 0.25em #AAAAAA;
 }
 
+.plot {
+       box-sizing: border-box;
+       width: auto;
+       height: 300px;
+       padding: 20px 15px 15px 15px;
+       margin: 15px auto 30px auto;
+       border: 1px solid #ddd;
+       font-size:20px;
+}
+
 /** Hack **/
 .clear {
   clear: both;
@@ -285,4 +294,4 @@ input[type="text"]:focus, input[type="password"]:focus {
 
 #login-container #result {
   clear: both;
-}
\ No newline at end of file
+}

UCC git Repository :: git.ucc.asn.au