search results and layer names

This commit is contained in:
Nick Doiron
2016-10-02 19:45:45 -04:00
parent 35976a1fb6
commit c22867c279
2 changed files with 12 additions and 1 deletions
+10
View File
@@ -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;
+2 -1
View File
@@ -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')