Commit a798f589 by Matjaz Gregoric

Fix keyboard help dialog for RTL.

parent 1c0c2904
...@@ -671,10 +671,13 @@ ...@@ -671,10 +671,13 @@
padding: 7px; padding: 7px;
background-color: #e5e5e5; background-color: #e5e5e5;
text-align: left; text-align: left;
direction: ltr;
z-index: 1500; z-index: 1500;
} }
.rtl .xblock--drag-and-drop .modal-window {
transform: translate(50%, -50%);
}
.xblock--drag-and-drop .modal-dismiss-button { .xblock--drag-and-drop .modal-dismiss-button {
font-size: 24px; font-size: 24px;
position: absolute; position: absolute;
...@@ -683,6 +686,12 @@ ...@@ -683,6 +686,12 @@
padding: 5px 8px; padding: 5px 8px;
} }
.rtl .xblock--drag-and-drop .modal-dismiss-button {
right: inherit;
left: 3px;
}
.xblock--drag-and-drop .modal-header h2 { .xblock--drag-and-drop .modal-header h2 {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment