Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
david Chavalarias
clinicaltrials
Commits
b38f97ad
Commit
b38f97ad
authored
Jan 19, 2016
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
temporarily move names selection box on the right
parent
7df727bf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
13 deletions
+4
-13
crowdTerms.css
crowdsourcingTerms/crowdTerms.css
+0
-6
explorerjs.html
explorerjs.html
+3
-6
methods.js
tinawebJS/methods.js
+1
-1
No files found.
crowdsourcingTerms/crowdTerms.css
View file @
b38f97ad
...
@@ -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 ----------------------- */
...
...
explorerjs.html
View file @
b38f97ad
...
@@ -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;"
>
...
...
tinawebJS/methods.js
View file @
b38f97ad
...
@@ -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
:
1
5
0
});
$
(
"#names"
).
html
(
namesDIV
).
readmore
({
maxHeight
:
1
0
0
});
$
(
"#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
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment