X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Fstatic%2Fqcg%2Fmain.css;h=147ed19b67fca9d0c102b516f32833c3747bac0a;hb=cab19b03645d65ee9d55a07a00e29b89d901559e;hp=692372c902ec2ea01873344a25193bdd21f90367;hpb=a0feb25389615e9d2ab2b036a491a1aeeb059a52;p=qcg-portal.git diff --git a/qcg/static/qcg/main.css b/qcg/static/qcg/main.css index 692372c..147ed19 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; @@ -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; + } +}