mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Merge branch 'develop' into add_mapilio_data
This commit is contained in:
@@ -376,7 +376,7 @@ label.streetside-hires {
|
||||
.kartaview-image-wrap {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transform-origin:0 0;
|
||||
transform-origin: 0 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -2730,14 +2730,19 @@ button.raw-tag-option svg.icon {
|
||||
}
|
||||
.tag-reference-body.expanded {
|
||||
padding-bottom: 10px;
|
||||
display: inline-block;
|
||||
padding-left: 10px;
|
||||
display: block;
|
||||
}
|
||||
.tag-reference-description {
|
||||
|
||||
.ideditor[dir='rtl'] .tag-reference-body.expanded {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.tag-reference-link {
|
||||
display: block;
|
||||
}
|
||||
.tag-reference-link .icon:first-child {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
img.tag-reference-wiki-image {
|
||||
float: right;
|
||||
|
||||
Reference in New Issue
Block a user