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

change footer width

parent c7101bb3
1 merge request!1Shiny update
Pipeline #2017 passed with stage
...@@ -26,13 +26,18 @@ shinyUI(list( ...@@ -26,13 +26,18 @@ shinyUI(list(
uiOutput('ui_gsea') uiOutput('ui_gsea')
) )
), ),
fluidRow(style = "margin-top:40px", tags$footer(class = "footer", fluidRow(class = "ftrow",
div(class = "container", style = "margin-top:40px; margin-left:0",
style = "padding-bottom:0; margin-bottom:0", tags$footer(
p(icon("envelope", lib = "glyphicon"), class = "footer",
"brandi.cantarel@utsouthwestern.edu | @ UT Southwestern Medical Center", div(
style = "margin-bottom:-40px;") 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"] { ...@@ -301,6 +301,7 @@ input[type="number"] {
line-height: 60px; /* Vertically center the text there */ line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5; background-color: #f5f5f5;
} }
body > .container { body > .container {
padding: 60px 15px 0; 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