mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Right-to-left layout support for drag-and-drop favorites, favorite shortcuts, and feature search
This commit is contained in:
+10
-1
@@ -634,6 +634,10 @@ button.add-note svg.icon {
|
||||
top: 10px;
|
||||
pointer-events: none;
|
||||
}
|
||||
[dir='rtl'] .search-add .search-icon {
|
||||
left: auto;
|
||||
right: 10px;
|
||||
}
|
||||
.search-add .popover {
|
||||
max-height: 250px;
|
||||
width: 100%;
|
||||
@@ -723,9 +727,14 @@ button.add-note svg.icon {
|
||||
color: #666;
|
||||
}
|
||||
.search-add .subsection {
|
||||
padding-left: 6px;
|
||||
background-color: #CBCBCB;
|
||||
}
|
||||
[dir='ltr'] .search-add .subsection {
|
||||
padding-left: 6px;
|
||||
}
|
||||
[dir='rtl'] .search-add .subsection {
|
||||
padding-right: 6px;
|
||||
}
|
||||
/* Header for modals / panes
|
||||
------------------------------------------------------- */
|
||||
.header {
|
||||
|
||||
Reference in New Issue
Block a user