mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
Add back button for feature type reselection (closes #2453)
This commit is contained in:
+9
-2
@@ -555,7 +555,7 @@ button.save.has-count .count::before {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
padding: 20px;
|
||||
padding: 20px 20px 20px 40px;
|
||||
}
|
||||
|
||||
.header button,
|
||||
@@ -571,12 +571,19 @@ button.save.has-count .count::before {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.preset-list-pane .header button {
|
||||
.entity-editor-pane .header button.preset-close,
|
||||
.preset-list-pane .header button.preset-choose {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.entity-editor-pane .header button.preset-choose {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.preset-choose {
|
||||
font-size: 16px;
|
||||
line-height: 1.25;
|
||||
|
||||
Reference in New Issue
Block a user