Skip to content

Commit

Permalink
Reduces size of the route info panel
Browse files Browse the repository at this point in the history
  • Loading branch information
usr110 committed May 19, 2015
1 parent 261b63c commit b2e0eeb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions master/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,11 @@ shinyUI(
absolutePanel(
cursor = "default",
id = "credits",
class = "panel panel-default",
fixed = TRUE,
bottom = 5,
bottom = 0,
right = 20,
width = 250,
width = 120,
bsCollapse(id = "credits",
bsCollapsePanel("Route Information", HTML("We are using an API from
bsCollapsePanel("Route Info.", HTML("We are using an API from
<a target='_blank' href = \"https://www.cyclestreets.net\">CycleStreets</a> to calculate routes.
Please follow the link for more information:
<a target='_blank' href = \"https://www.cyclestreets.net/api/v1/journey/\">Cycle Route</a>"),
Expand Down

0 comments on commit b2e0eeb

Please sign in to comment.