Commit b38f97ad authored by Romain Loth's avatar Romain Loth

temporarily move names selection box on the right

parent 7df727bf
...@@ -58,12 +58,6 @@ ...@@ -58,12 +58,6 @@
margin: 0 ; margin: 0 ;
padding: 0; padding: 0;
} }
/* selection box aka 'div#names' */
div#names{
height: 20em;
}
/* ------------- crowdsourcing proprement dit ----------------------- */ /* ------------- crowdsourcing proprement dit ----------------------- */
......
...@@ -232,10 +232,6 @@ ...@@ -232,10 +232,6 @@
<div id="crowdsourcing_answer" class="col-md-12"></div> <div id="crowdsourcing_answer" class="col-md-12"></div>
</div><!-- /row --> </div><!-- /row -->
<div class="row" class="TODOselectionbox">
<div id="names"></div>
</div><!-- /row -->
<div class="row" class="TODOhistogramModule"> <div class="row" class="TODOhistogramModule">
<!-- filled by query (user search value) to wos api --> <!-- filled by query (user search value) to wos api -->
<div id="search_histogram_wrapper" class="col-md-12"> <div id="search_histogram_wrapper" class="col-md-12">
...@@ -321,9 +317,10 @@ ...@@ -321,9 +317,10 @@
style="color: #900;font-weight: bold;font-size: 70%;text-transform: uppercase;float:right;" style="color: #900;font-weight: bold;font-size: 70%;text-transform: uppercase;float:right;"
onClick='cancelSelection(false);' onClick='cancelSelection(false);'
>X</button> >X</button>
<div id="tips"></div> <div id="tips"></div>
<div id="names"></div>
<br> <br>
<div id="tab-container" class='tab-container' style="display: none;"> <div id="tab-container" class='tab-container' style="display: none;">
......
...@@ -360,7 +360,7 @@ function updateLeftPanel_fix( sels , oppos ) { ...@@ -360,7 +360,7 @@ function updateLeftPanel_fix( sels , oppos ) {
// and im commenting now because github is not // and im commenting now because github is not
// pushing my commit // pushing my commit
// because i need more lines, idk // because i need more lines, idk
$("#names").html(namesDIV).readmore({maxHeight:150}); $("#names").html(namesDIV).readmore({maxHeight:100});
$("#tab-container").show(); $("#tab-container").show();
$("#opossiteNodes").html(alterNodesDIV).readmore({maxHeight:200}); $("#opossiteNodes").html(alterNodesDIV).readmore({maxHeight:200});
$("#sameNodes").html(sameNodesDIV).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