added basic MREMD form fields
[qcg-portal.git] / qcg / static / qcg / main.css
index a27898f..147ed19 100644 (file)
@@ -84,6 +84,12 @@ textarea {
 #filex {
     /* needed for positioning spinner */
     position: relative;
+    height: 100%;
+}
+
+#list {
+    height: calc(100% - 55px);
+    overflow: auto;
 }
 
 #filex input[type=checkbox] {
@@ -169,3 +175,21 @@ textarea {
 #host .selectize-input {
     padding-right: 32px;
 }
+
+
+
+/* task details view */
+
+.working-dir {
+    margin-top: 10px;
+}
+
+@media (min-width: 768px) {
+    .working-dir {
+        position: absolute;
+        right: 15px;
+        top: 50%;
+        margin-top: -17px;
+        z-index: 1;
+    }
+}