Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rnaseq
Manage
Activity
Members
Labels
Plan
Issues
8
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
BICF
Astrocyte
rnaseq
Commits
d80812e4
There was a problem fetching the pipeline stages.
Commit
d80812e4
authored
6 years ago
by
Danni Luo
Browse files
Options
Downloads
Patches
Plain Diff
change footer width
parent
c7101bb3
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!1
Shiny update
Pipeline
#2017
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
vizapp/ui.R
+14
-9
14 additions, 9 deletions
vizapp/ui.R
vizapp/www/style.css
+1
-0
1 addition, 0 deletions
vizapp/www/style.css
with
15 additions
and
9 deletions
vizapp/ui.R
+
14
−
9
View file @
d80812e4
...
...
@@ -26,13 +26,18 @@ shinyUI(list(
uiOutput
(
'ui_gsea'
)
)
),
fluidRow
(
style
=
"margin-top:40px"
,
tags
$
footer
(
class
=
"footer"
,
div
(
class
=
"container"
,
style
=
"padding-bottom:0; margin-bottom:0"
,
p
(
icon
(
"envelope"
,
lib
=
"glyphicon"
),
"brandi.cantarel@utsouthwestern.edu | @ UT Southwestern Medical Center"
,
style
=
"margin-bottom:-40px;"
)
)
)
)
fluidRow
(
class
=
"ftrow"
,
style
=
"margin-top:40px; margin-left:0"
,
tags
$
footer
(
class
=
"footer"
,
div
(
class
=
"container"
,
style
=
"padding-bottom:0; margin-bottom:0"
,
p
(
icon
(
"envelope"
,
lib
=
"glyphicon"
),
"brandi.cantarel@utsouthwestern.edu | @ UT Southwestern Medical Center"
,
style
=
"margin-bottom:-40px;"
)
)
))
))
This diff is collapsed.
Click to expand it.
vizapp/www/style.css
+
1
−
0
View file @
d80812e4
...
...
@@ -301,6 +301,7 @@ input[type="number"] {
line-height
:
60px
;
/* Vertically center the text there */
background-color
:
#f5f5f5
;
}
body
>
.container
{
padding
:
60px
15px
0
;
}
...
...
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