MDL-50127 mod_data: RTL styles for the required image

This commit is contained in:
Frederic Massart
2015-08-14 16:47:51 +08:00
committed by John Okely
parent d03817a4eb
commit 47699db7f4
+8
View File
@@ -86,3 +86,11 @@
#page-mod-data-edit .mod-data-input {
margin-left: 10px;
}
.dir-rtl#page-mod-data-edit .inline-req {
text-align: right;
}
.dir-rtl#page-mod-data-edit .mod-data-input {
margin-left: 0px;
margin-right: 10px;
}