mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
search results and layer names
This commit is contained in:
+10
@@ -3399,6 +3399,16 @@ img.tile-removing {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
|
||||
/* search */
|
||||
[dir='rtl'] .feature-list-item .label {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
[dir='rtl'] .feature-list-item .entity-name {
|
||||
padding-left: 0;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
/* preset form */
|
||||
[dir='rtl'] .form-label {
|
||||
padding: 5px 10px 5px 0;
|
||||
|
||||
@@ -378,7 +378,8 @@ export function uiBackground(context) {
|
||||
/* background switcher */
|
||||
|
||||
var backgroundList = content.append('ul')
|
||||
.attr('class', 'layer-list');
|
||||
.attr('class', 'layer-list')
|
||||
.attr('dir', 'auto');
|
||||
|
||||
var custom = backgroundList.append('li')
|
||||
.attr('class', 'custom_layer')
|
||||
|
||||
Reference in New Issue
Block a user