gridftp: save visited folders as browser history
[qcg-portal.git] / qcg / static / qcg / main.css
index 1ff595a..160a15c 100644 (file)
@@ -29,7 +29,7 @@ footer.navbar-fixed-bottom {
 }
 
 
-/* new job view */
+/* submit job view */
 
 textarea {
     resize: vertical;
@@ -95,7 +95,7 @@ textarea {
 }
 
 #spinner-overlay {
-    background: url('/static/filex/spinner.gif') white center 100px no-repeat;
+    background: url('/static/filex/spinner.gif') white  center center no-repeat fixed;
     opacity: 0.5;
     position: absolute;
     top: 0;
@@ -117,10 +117,12 @@ textarea {
 #host {
     flex: 1 auto;
     margin-right: 10px;
+    white-space: nowrap;
 }
 
 #controls {
     flex: 0 auto;
+    margin-bottom: 5px;
     white-space: nowrap;
 }
 
@@ -131,7 +133,7 @@ textarea {
 @media (min-width: 768px) {
     #host {
         order: 1;
-        flex: 1 auto;
+        flex: 0 auto;
         margin-right: 10px;
     }
 
@@ -147,3 +149,41 @@ textarea {
         flex: 0 auto;
     }
 }
+
+#host .list {
+    display: none;
+}
+
+#host.edit .list {
+    display: initial;
+}
+
+#host.edit #btn-host {
+    display: none;
+}
+
+#host .selectize-control {
+    min-width: 200px;
+}
+
+#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;
+    }
+}