gridftp: save visited folders as browser history
[qcg-portal.git] / qcg / static / qcg / main.css
index 3a47bf9..160a15c 100644 (file)
@@ -29,7 +29,7 @@ footer.navbar-fixed-bottom {
 }
 
 
-/* new job view */
+/* submit job view */
 
 textarea {
     resize: vertical;
@@ -169,3 +169,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;
+    }
+}