Styled the save button a little

This commit is contained in:
Aaron Lidman
2013-10-21 21:01:04 -04:00
parent 95e5852cbe
commit 2dc46806a5
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
View File
@@ -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