X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;ds=sidebyside;f=qcg%2Fstatic%2Fqcg%2Fmain.css;h=160a15c6e08061ef2c1810356995dd52d8db2489;hb=8cb1584dc8c5733aa00d3223cc2380eecac13f41;hp=3a47bf98eecedf92e75b44fb237eba1dead39823;hpb=1a708f0742394073072b9848b78a75442d66e0fa;p=qcg-portal.git diff --git a/qcg/static/qcg/main.css b/qcg/static/qcg/main.css index 3a47bf9..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; @@ -169,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; + } +}