mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-17 22:24:49 +02:00
Improve int'l date/time strings on imagery and history tools
(closes #4594)
This commit is contained in:
+9
-3
@@ -2738,7 +2738,7 @@ img.tile {
|
||||
padding: 5px;
|
||||
border-radius: 3px;
|
||||
z-index: 2;
|
||||
margin-left: -50px;
|
||||
margin-left: -70px;
|
||||
margin-top: -20px;
|
||||
|
||||
transform-origin:0 0;
|
||||
@@ -2959,6 +2959,12 @@ img.tile-removing {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.panel-content li span {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.panel-content .button {
|
||||
display: inline-block;
|
||||
background: #7092ff;
|
||||
@@ -2974,11 +2980,11 @@ img.tile-removing {
|
||||
}
|
||||
|
||||
.panel-content-history .links a {
|
||||
margin-left: 10px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
[dir='rtl'] .panel-content-history .links a {
|
||||
margin-left: auto;
|
||||
margin-right: 10px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
.panel-content-history .view-history-on-osm {
|
||||
|
||||
Reference in New Issue
Block a user