summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authormamouneyya <mamoun.diraneyya@gmail.com>2010-06-18 14:10:05 +0300
committermamouneyya <mamoun.diraneyya@gmail.com>2010-06-18 14:10:05 +0300
commit3b89a56caf594392c2d45b43932ecb070893588b (patch)
tree5cb7615d176627dabc84732e4e37b1fa8c904482 /themes
parent562fb174a763aef748842aae2903e1c0f77deefd (diff)
Flip some margin/padding values for RTL
Diffstat (limited to 'themes')
-rw-r--r--themes/admin_wind/css/screen.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css
index ac47a3db..dbfb59e8 100644
--- a/themes/admin_wind/css/screen.css
+++ b/themes/admin_wind/css/screen.css
@@ -483,3 +483,8 @@ th {
padding-left: 0;
padding-right: 1.2em;
}
+
+.rtl .g-selected img,
+.rtl .g-available .g-block img {
+ margin: 0 0 1em 1em;
+} \ No newline at end of file