diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 15:10:59 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2010-06-23 15:10:59 +0300 |
commit | d91cf72ee9ba27e7c2a97ee807f4a49df2f24ff9 (patch) | |
tree | f3edee1576c51935ccf6cb227e352d9cad442e1a | |
parent | 2014e2b055fc75ee3aec61c563ce5fac5ba6d534 (diff) |
flip the padding direction for sidebar blocks contents in RTL
-rw-r--r-- | themes/admin_wind/css/screen.css | 4 | ||||
-rw-r--r-- | themes/wind/css/screen.css | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index dbfb59e8..e2817b78 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -487,4 +487,8 @@ th { .rtl .g-selected img, .rtl .g-available .g-block img { margin: 0 0 1em 1em; +} + +.rtl #g-sidebar .g-block-content { + padding-right: 1em; }
\ No newline at end of file diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 1e55a967..f5cb6601 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -457,3 +457,6 @@ td { background-image: url('../images/ico-view-slideshow-rtl.png'); } +.rtl #g-sidebar .g-block-content { + padding-right: 1em; +}
\ No newline at end of file |