From: Maciej Tronowski Date: Fri, 8 May 2015 12:37:33 +0000 (+0200) Subject: gridftp: fixed height file list X-Git-Tag: v1.0~7 X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=commitdiff_plain;h=3fcd5546c783f266eb613af084b75c97b54b9e1c;p=qcg-portal.git gridftp: fixed height file list --- diff --git a/filex/static/filex/filex.js b/filex/static/filex/filex.js index a19b354..011f47c 100644 --- a/filex/static/filex/filex.js +++ b/filex/static/filex/filex.js @@ -329,7 +329,7 @@ $(function(){ this.hostSelectize = this.$('#host-selector')[0].selectize; this.render(); - Backbone.history.start({silent: true}); + Backbone.history.start(); }, render: function() { diff --git a/filex/templates/filex/source.html b/filex/templates/filex/source.html index 551ae51..e99cb68 100644 --- a/filex/templates/filex/source.html +++ b/filex/templates/filex/source.html @@ -31,30 +31,32 @@ - - - - - - - - - - - -
- - - NazwaRozmiarData
+
+ + + + + + + + + + + +
+ + + NazwaRozmiarData
- + -
diff --git a/qcg/static/qcg/main.css b/qcg/static/qcg/main.css index 160a15c..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] { diff --git a/qcg/templates/qcg/gridftp.html b/qcg/templates/qcg/gridftp.html index 6bf6a5d..5ee519f 100644 --- a/qcg/templates/qcg/gridftp.html +++ b/qcg/templates/qcg/gridftp.html @@ -3,6 +3,22 @@ {% block extra_css %} + + {% endblock %} {% block extra_js %} @@ -355,7 +371,7 @@ {% endblock container %} {% block footer %} -