Automatic commit of irc logs
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / static / style.css
index 6cba6c9..35680ca 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;
 }
 
@@ -125,6 +125,11 @@ input[type="text"], input[type="password"] {
   margin-bottom: 0.5em;
 }
 
+.graph {
+  width: 100%;
+  height: 200px;
+}
+
 .widget {
   background-color: #ffffff;
   margin: 0.25em 0.25em 1.5em;
@@ -141,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

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