Merge pull request #45 from RowanHeinrich/patch-3
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / static / style.css
index c632935..f741b16 100644 (file)
@@ -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;
 }
 
@@ -75,6 +75,7 @@ input[type="text"], input[type="password"] {
 #header #title {
   font-family: "Open Sans", Arial;
   font-size: 30px;
+  margin-left: 50px;
 }
 
 #header #rightnav {
@@ -123,6 +124,7 @@ input[type="text"], input[type="password"] {
   font-size: 24px;
   font-weight: bold;
   margin-bottom: 0.5em;
+  margin-left: 25%;
 }
 
 .graph {
@@ -146,4 +148,11 @@ input[type="text"], input[type="password"] {
 /** Hack **/
 .clear {
   clear: both;
-}
\ No newline at end of file
+}
+
+#errorlog {
+  overflow: auto;
+  max-width: 100%;
+  width: 100%;
+  height: 6em;
+}

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