X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=qcg%2Fstatic%2Fqcg%2Fmain.css;h=881ed0c8507c1ee67cbf959eb1582f42d2aa8b3b;hb=dac9c418e5d6d4a4b4f1095d67065a2f38017fb8;hp=4edc07511f406dfba27a5d9196957606d3fb78f7;hpb=c7aa0d764b0b5a6bcd7df967f317bf9fbcde8f73;p=qcg-portal.git diff --git a/qcg/static/qcg/main.css b/qcg/static/qcg/main.css index 4edc075..881ed0c 100644 --- a/qcg/static/qcg/main.css +++ b/qcg/static/qcg/main.css @@ -17,38 +17,87 @@ 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%; + margin-right: 5px; +} + +.timerange select { + display: inline-block; + 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; +}