Fix name and style of former heatmap
This commit is contained in:
7
ui.R
7
ui.R
@@ -255,10 +255,12 @@ ui <- function() {
|
|||||||
plugins = list('dropdown_header')
|
plugins = list('dropdown_header')
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
tags$hr(style = "border-top: 2px solid #d7dbde; margin: 20px 0 0 0;"), # The divider line
|
||||||
div(
|
div(
|
||||||
|
style = "margin-top: 20px; margin-bottom: 0px;",
|
||||||
tags$h5(
|
tags$h5(
|
||||||
"Heatmap zur Häufigkeit der Straftaten:",
|
"Geografische Verteilung nach Fallzahlen",
|
||||||
style = "font-weight: bold; margin-bottom: 10px;"
|
style = "font-weight: 600; line-height: 1.1; margin-bottom: 5px;")
|
||||||
),
|
),
|
||||||
selectizeInput(
|
selectizeInput(
|
||||||
inputId = "heatmap",
|
inputId = "heatmap",
|
||||||
@@ -271,7 +273,6 @@ ui <- function() {
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
nav_panel("Interaktiver Vergleich",
|
nav_panel("Interaktiver Vergleich",
|
||||||
|
|||||||
Reference in New Issue
Block a user