mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Styled the save button a little
This commit is contained in:
@@ -2406,6 +2406,8 @@ img.wiki-image {
|
||||
float: none;
|
||||
margin: auto;
|
||||
display: block;
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.mode-save .user-info img {
|
||||
@@ -2426,6 +2428,10 @@ img.wiki-image {
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
.mode-save .commit-info {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.mode-save .changeset-list {
|
||||
overflow: auto;
|
||||
border:1px solid #ccc;
|
||||
|
||||
+1
-1
@@ -85,7 +85,7 @@ iD.ui.Commit = function(context) {
|
||||
|
||||
// Confirm Button
|
||||
var saveButton = saveSection.append('button')
|
||||
.attr('class', 'action col3 button')
|
||||
.attr('class', 'action col4 button')
|
||||
.on('click.save', function() {
|
||||
event.save({
|
||||
comment: commentField.node().value
|
||||
|
||||
Reference in New Issue
Block a user