From f17c3daee8270328a80e4aafe4d020f91bbb030d Mon Sep 17 00:00:00 2001 From: Nadav Kavalerchik Date: Wed, 5 Sep 2012 18:36:22 +0300 Subject: [PATCH] MDL-35245 - Padding for activity sub-type in Activity Chooser dialog, when in RTL mode --- theme/base/style/core.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/base/style/core.css b/theme/base/style/core.css index 21dd107a0f4..343b315423e 100644 --- a/theme/base/style/core.css +++ b/theme/base/style/core.css @@ -939,6 +939,9 @@ sup {vertical-align: super;} margin-bottom: 0; padding: 0 1.6em 0 3.2em; } +.dir-rtl .choosercontainer #chooseform .subtype { + padding: 0 2.6em 0 3.2em; +} .choosercontainer #chooseform .subtype .typename { margin: 0 0 0 0.2em;