mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 05:30:35 +02:00
Couple more merge fixes
This commit is contained in:
+2
-1
@@ -674,9 +674,10 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
|
||||
.grid-entry .preset-icon-fill.area {
|
||||
position: absolute;
|
||||
opacity: 0.4;
|
||||
left: 0; right: 0; top: 0; bottom: 0;
|
||||
left: 0; right: 0; top: 20%;
|
||||
border-radius: 4px;
|
||||
margin: auto;
|
||||
margin-top: -8px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ iD.ui.TagEditor = function() {
|
||||
|
||||
namewrap.append('h4').text('Name');
|
||||
|
||||
var name = namewrap.append('input')
|
||||
name = namewrap.append('input')
|
||||
.attr('placeholder', 'unkown')
|
||||
.attr('class', 'major')
|
||||
.attr('type', 'text')
|
||||
|
||||
Reference in New Issue
Block a user