Commit b38f97ad authored by Romain Loth's avatar Romain Loth

temporarily move names selection box on the right

parent 7df727bf
......@@ -58,12 +58,6 @@
margin: 0 ;
padding: 0;
}
/* selection box aka 'div#names' */
div#names{
height: 20em;
}
/* ------------- crowdsourcing proprement dit ----------------------- */
......
......@@ -232,10 +232,6 @@
<div id="crowdsourcing_answer" class="col-md-12"></div>
</div><!-- /row -->
<div class="row" class="TODOselectionbox">
<div id="names"></div>
</div><!-- /row -->
<div class="row" class="TODOhistogramModule">
<!-- filled by query (user search value) to wos api -->
<div id="search_histogram_wrapper" class="col-md-12">
......@@ -322,8 +318,9 @@
onClick='cancelSelection(false);'
>X</button>
<div id="tips"></div>
<div id="tips"></div>
<div id="names"></div>
<br>
<div id="tab-container" class='tab-container' style="display: none;">
......
......@@ -360,7 +360,7 @@ function updateLeftPanel_fix( sels , oppos ) {
// and im commenting now because github is not
// pushing my commit
// because i need more lines, idk
$("#names").html(namesDIV).readmore({maxHeight:150});
$("#names").html(namesDIV).readmore({maxHeight:100});
$("#tab-container").show();
$("#opossiteNodes").html(alterNodesDIV).readmore({maxHeight:200});
$("#sameNodes").html(sameNodesDIV).readmore({maxHeight:200});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment