added basic MREMD form fields
[qcg-portal.git] / qcg / static / qcg / main.css
index 692372c..147ed19 100644 (file)
@@ -29,7 +29,7 @@ footer.navbar-fixed-bottom {
 }
 
 
-/* new job view */
+/* submit job view */
 
 textarea {
     resize: vertical;
@@ -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] {
@@ -122,6 +128,7 @@ textarea {
 
 #controls {
     flex: 0 auto;
+    margin-bottom: 5px;
     white-space: nowrap;
 }
 
@@ -168,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;
+    }
+}