X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Fstatic%2Fqcg%2Fmain.css;h=881ed0c8507c1ee67cbf959eb1582f42d2aa8b3b;hb=dac9c418e5d6d4a4b4f1095d67065a2f38017fb8;hp=f3ee656625d425f00db08c01e1ed3edc9ed97dc2;hpb=d33fbaaca284582fae920d9cc22a4755afeb169d;p=qcg-portal.git diff --git a/qcg/static/qcg/main.css b/qcg/static/qcg/main.css index f3ee656..881ed0c 100644 --- a/qcg/static/qcg/main.css +++ b/qcg/static/qcg/main.css @@ -17,44 +17,40 @@ footer.navbar-fixed-bottom { margin-top: 0; } + +/* new job view */ + textarea { resize: vertical; min-height: 34px; } - .modal-body > *:last-child { margin-bottom: 0; } - #env-controls .form-group { display: inline-block; margin: 0; vertical-align: middle; } - #env-controls > div { margin-bottom: 7px; } - #env-controls > div:last-of-type { margin: 0; } - #env-controls input[type="text"] { width: 160px; } - #add-env-form { padding-top: 7px; } - .timerange input { display: inline-block; width: 67%; @@ -66,3 +62,42 @@ textarea { width: 30%; float: right; } + + +/* GridFTP view */ + +#filex { + /* needed for positioning spinner */ + position: relative; +} + +#host-controls .change { + display: none; +} + +#host-controls.editing .view { + display: none; +} + +#host-controls.editing .change { + display: initial; +} + +.path.breadcrumb > li + li::before { + content: "› "; +} + +#spinner-overlay { + background: url('/static/filex/spinner.gif') white center 100px no-repeat; + opacity: 0.5; + position: absolute; + top: 0; + left: 0; + height: 100%; + width: 100%; + display: none; +} + +.busy #spinner-overlay { + display: initial; +}