Skip to content
Snippets Groups Projects
Commit d80812e4 authored by Danni Luo's avatar Danni Luo
Browse files

change footer width

parent c7101bb3
Branches
Tags
1 merge request!1Shiny update
Pipeline #2017 passed with stage
......@@ -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;"
)
)
))
))
......@@ -301,6 +301,7 @@ input[type="number"] {
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}
body > .container {
padding: 60px 15px 0;
}
......
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