Tweak labels
This commit is contained in:
parent
98cd01c40d
commit
95ce2515d1
3 changed files with 8 additions and 4 deletions
|
@ -157,7 +157,6 @@ L.OSM.share = function (options) {
|
||||||
.appendTo($form)
|
.appendTo($form)
|
||||||
.append(
|
.append(
|
||||||
$('<label>')
|
$('<label>')
|
||||||
.attr('class', 'standard-label')
|
|
||||||
.attr('for', 'mapnik_format')
|
.attr('for', 'mapnik_format')
|
||||||
.text(I18n.t('javascripts.share.format')))
|
.text(I18n.t('javascripts.share.format')))
|
||||||
.append($('<select>')
|
.append($('<select>')
|
||||||
|
@ -172,7 +171,6 @@ L.OSM.share = function (options) {
|
||||||
.attr('class', 'form-row')
|
.attr('class', 'form-row')
|
||||||
.appendTo($form)
|
.appendTo($form)
|
||||||
.append($('<label>')
|
.append($('<label>')
|
||||||
.attr('class', 'standard-label')
|
|
||||||
.attr('for', 'mapnik_scale')
|
.attr('for', 'mapnik_scale')
|
||||||
.text(I18n.t('javascripts.share.scale')))
|
.text(I18n.t('javascripts.share.scale')))
|
||||||
.append('1 : ')
|
.append('1 : ')
|
||||||
|
|
|
@ -681,6 +681,12 @@ a.donate {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.share-image {
|
||||||
|
label {
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#embed_html {
|
#embed_html {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
|
@ -2057,8 +2057,8 @@ en:
|
||||||
short_link: "Short Link"
|
short_link: "Short Link"
|
||||||
embed: "HTML"
|
embed: "HTML"
|
||||||
custom_dimensions: "Set custom dimensions"
|
custom_dimensions: "Set custom dimensions"
|
||||||
format: "Format"
|
format: "Format:"
|
||||||
scale: "Scale"
|
scale: "Scale:"
|
||||||
image_size: "Image will show standard layer at "
|
image_size: "Image will show standard layer at "
|
||||||
download: "Download"
|
download: "Download"
|
||||||
short_url: "Short URL"
|
short_url: "Short URL"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue