Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StrandLab2.net
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Strand Lab
StrandLab2.net
Commits
854c2634
Commit
854c2634
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Plain Diff
Merge branch '2021_NewPaper' into 'develop'
2021 new paper See merge request
!98
parents
ffb3dfbf
3bff6862
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!100
Develop
,
!98
2021 new paper
Pipeline
#9837
passed with stages
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/custom/cellxgene.html
+11
-11
11 additions, 11 deletions
layouts/custom/cellxgene.html
layouts/custom/repository.html
+41
-12
41 additions, 12 deletions
layouts/custom/repository.html
with
52 additions
and
23 deletions
layouts/custom/cellxgene.html
+
11
−
11
View file @
854c2634
...
...
@@ -16,20 +16,20 @@
.no-cellxgene
{
display
:
none
;
}
@media
only
screen
and
(
max-width
:
1000px
)
{
.cellxgene
{
display
:
none
;
}
.no-cellxgene
{
margin
:
0
auto
;
padding
:
0
2em
;
margin-bottom
:
50px
;
display
:
inherit
;
@media
only
screen
and
(
max-width
:
1500px
)
{
.cellxgene
{
display
:
none
;
}
.no-cellxgene
{
margin
:
0
auto
;
padding
:
0
2em
;
margin-bottom
:
50px
;
display
:
inherit
;
}
}
}
</style>
<div
class=
"cellxgene"
>
<iframe
name=
"embed"
src=
"{{ .Params.cxg_link }}"
width=
"100%"
height=
"100%"
frameborder=
"0"
allowfullscreen=
""
></iframe>
<iframe
name=
"embed"
src=
"{{ .Params.cxg_link }}"
width=
"100%"
height=
"100%"
frameborder=
"0"
allowfullscreen=
""
style=
"overflow: hidden"
></iframe>
</div>
<div
class=
"no-cellxgene"
>
<h2>
Screen width too narrow to display cellxgene
</h1>
...
...
This diff is collapsed.
Click to expand it.
layouts/custom/repository.html
+
41
−
12
View file @
854c2634
...
...
@@ -57,6 +57,30 @@
.no_checkbox
>
i
.jstree-checkbox
{
display
:
none
}
.table
{
margin
:
0
auto
;
padding
:
0
2em
;
max-width
:
1650px
;
height
:
730px
;
margin-bottom
:
50px
;
}
.no-table
{
display
:
none
;
}
@media
only
screen
and
(
max-width
:
650px
)
{
.table
{
display
:
none
;
}
.no-table
{
margin
:
0
auto
;
padding
:
0
2em
;
margin-bottom
:
50px
;
display
:
inherit
;
}
}
</style>
<div
class=
"content"
>
...
...
@@ -127,18 +151,23 @@
</div>
</div>
<hr>
<div
class=
"container"
align=
center
style=
"max-width: none;"
>
<table
id=
"samplesTable"
border=
"1"
>
<tr>
<th
class=
"he"
>
H
&
E Thumbnail (Pr)
</th>
<th
class=
"he"
>
H
&
E Thumbnail (Bl)
</th>
<th
class=
"he"
>
H
&
E Thumbnail (LUT)
</th>
<th>
Disease
</th>
<th>
ID
</th>
<th>
Age
</th>
<th>
Ethnicity
</th>
</tr>
</table>
<div
class=
table
>
<div
class=
"container"
align=
center
style=
"max-width: none;"
>
<table
id=
"samplesTable"
border=
"1"
>
<tr>
<th
class=
"he"
>
H
&
E Thumbnail (Pr)
</th>
<th
class=
"he"
>
H
&
E Thumbnail (Bl)
</th>
<th
class=
"he"
>
H
&
E Thumbnail (LUT)
</th>
<th>
Disease
</th>
<th>
ID
</th>
<th>
Age
</th>
<th>
Ethnicity
</th>
</tr>
</table>
</div>
</div>
<div
class=
no-table
>
<h2>
Screen width too narrow to display biorepository table
</h1>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment