Updated help text with formatting changes.
[invirt/packages/invirt-web.git] / code / static / style.css
index 49fe8e2..9bea2e9 100644 (file)
@@ -104,3 +104,14 @@ tr.stripedrow {
 #machinelist td, #machinelist th {
   padding: 0.1em 0.5em;
 }
+
+form {
+    display: inline;
+}
+
+/* styling for the results box */
+.result {
+    background-color: #e8e8ff;
+    border: 1px black solid;
+    padding: 1ex;
+}