X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Fstatic%2Fqcg%2Fmain.css;h=160a15c6e08061ef2c1810356995dd52d8db2489;hb=89b60d7e7d07897a2404f7b9b23d9d4f0202cc43;hp=692372c902ec2ea01873344a25193bdd21f90367;hpb=a0feb25389615e9d2ab2b036a491a1aeeb059a52;p=qcg-portal.git diff --git a/qcg/static/qcg/main.css b/qcg/static/qcg/main.css index 692372c..160a15c 100644 --- a/qcg/static/qcg/main.css +++ b/qcg/static/qcg/main.css @@ -29,7 +29,7 @@ footer.navbar-fixed-bottom { } -/* new job view */ +/* submit job view */ textarea { resize: vertical; @@ -122,6 +122,7 @@ textarea { #controls { flex: 0 auto; + margin-bottom: 5px; white-space: nowrap; } @@ -168,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; + } +}