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