More style and language adjustments

This commit is contained in:
Bryan Housel
2018-04-07 21:45:23 -04:00
parent 8ea2c7ff9a
commit 55e55e2021
4 changed files with 28 additions and 15 deletions
+19 -3
View File
@@ -3607,14 +3607,30 @@ img.tile-debug {
.save-success p {
margin-top: 15px;
}
.save-success h3 {
font-size: 14px;
margin-top: 15px;
padding-bottom: 0;
}
.save-success td {
vertical-align: top;
padding: 0 10px 5px 10px;
}
.save-success td.cell-icon {
width: 50px;
width: 40px;
}
.save-success .details {
.save-success td.cell-detail {
padding: 0 10px;
}
.save-success td.community-detail {
padding-bottom: 20px;
}
.summary-detail-view,
.community-detail-name {
font-size: 14px;
font-weight: bold;
}
.save-summary .details {
margin: 0px 5px;
white-space: nowrap;
}
+3 -3
View File
@@ -533,13 +533,13 @@ en:
help_html: Your changes should appear on OpenStreetMap within a few minutes. It may take longer for maps elsewhere to receive updates.
help_link_text: Details
help_link_url: "https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F"
view_on_osm: "View these changes on OpenStreetMap"
changeset_id: "Changeset ID: {changeset_id}"
view_on_osm: "View Changes on OSM"
changeset_id: "Changeset #: {changeset_id}"
edited_osm: "Edited OSM!"
facebook: "Share on Facebook"
twitter: "Share on Twitter"
google: "Share on Google+"
like_osm: "Like OpenStreetMap? Connect with others and learn more:"
like_osm: "Like OpenStreetMap? Connect with others:"
confirm:
okay: "OK"
cancel: "Cancel"
+3 -3
View File
@@ -650,13 +650,13 @@
"help_html": "Your changes should appear on OpenStreetMap within a few minutes. It may take longer for maps elsewhere to receive updates.",
"help_link_text": "Details",
"help_link_url": "https://wiki.openstreetmap.org/wiki/FAQ#I_have_just_made_some_changes_to_the_map._How_do_I_get_to_see_my_changes.3F",
"view_on_osm": "View these changes on OpenStreetMap",
"changeset_id": "Changeset ID: {changeset_id}",
"view_on_osm": "View Changes on OSM",
"changeset_id": "Changeset #: {changeset_id}",
"edited_osm": "Edited OSM!",
"facebook": "Share on Facebook",
"twitter": "Share on Twitter",
"google": "Share on Google+",
"like_osm": "Like OpenStreetMap? Connect with others and learn more:"
"like_osm": "Like OpenStreetMap? Connect with others:"
},
"confirm": {
"okay": "OK",
+3 -6
View File
@@ -40,9 +40,7 @@ export function uiSuccess(context) {
.attr('class', 'save-summary');
summary
.append('p')
.append('strong')
.append('em')
.append('h3')
.html(t('success.thank_you' + (_location ? '_location' : ''), { where: _location }));
summary
@@ -87,6 +85,7 @@ export function uiSuccess(context) {
summaryDetail
.append('a')
.attr('class', 'cell-detail summary-detail-view')
.attr('target', '_blank')
.attr('href', changesetURL)
.text(t('success.view_on_osm'));
@@ -150,9 +149,7 @@ export function uiSuccess(context) {
.attr('class', 'save-communityLinks');
communityLinks
.append('p')
.append('strong')
.append('em')
.append('h3')
.html(t('success.like_osm'));
var table = communityLinks