ignore . and .. in directory listing
[qcg-portal.git] / qcg / static / qcg / main.css
index 1ff595a..3a47bf9 100644 (file)
@@ -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,23 @@ 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;
+}