touch up secondary pages and leaflet sidebar content
This commit is contained in:
parent
ee9642a28b
commit
7503caa750
8 changed files with 75 additions and 59 deletions
|
@ -19,10 +19,9 @@ L.OSM.key = function (options) {
|
|||
.attr('class', 'sidebar_heading')
|
||||
.appendTo($ui)
|
||||
.append(
|
||||
$('<a>')
|
||||
$('<span>')
|
||||
.text(I18n.t('javascripts.close'))
|
||||
.attr('class', 'sidebar_close')
|
||||
.attr('href', '#')
|
||||
.attr('class', 'icon close')
|
||||
.bind('click', toggle))
|
||||
.append(
|
||||
$('<h4>')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue