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