Skip to content

Commit

Permalink
Update to iD v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh authored and tomhughes committed Aug 15, 2013
1 parent c919340 commit 2fed3f0
Show file tree
Hide file tree
Showing 41 changed files with 1,172 additions and 449 deletions.
14 changes: 9 additions & 5 deletions vendor/assets/iD/iD.css.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ a:hover .icon.out-link { background-position: -500px -14px;}
overflow: hidden;
}

.inspector-preset form.preset-form {
.inspector-preset .preset-form {
padding: 10px;
margin: 0 10px 20px 10px;
border-radius: 8px;
Expand Down Expand Up @@ -3453,7 +3453,7 @@ img.wiki-image {
}

.modal-actions button,
.save-success a {
.save-success a.button {
font-weight: normal;
color: #7092FF;
border-bottom: 1px solid #CCC;
Expand All @@ -3464,12 +3464,12 @@ img.wiki-image {
}

.modal-actions button:hover
.save-success a:hover {
.save-success a.button:hover {
background-color: #ececec;
}

.modal-actions button:before,
.save-success a:before,
.save-success a.button:before,
.walkthrough a:before {
display: block;
content: '';
Expand Down Expand Up @@ -3498,7 +3498,11 @@ img.wiki-image {
/* Success Modal
------------------------------------------------------- */

.save-success a {
.save-success p {
padding: 15px;
}

.save-success .button {
padding-top: 15px;
}

Expand Down
Loading

0 comments on commit 2fed3f0

Please sign in to comment.