diff options
author | mamouneyya <mamoun.diraneyya@gmail.com> | 2011-06-23 00:10:31 +0300 |
---|---|---|
committer | mamouneyya <mamoun.diraneyya@gmail.com> | 2011-06-23 00:10:31 +0300 |
commit | 4650347a672296e4d1ac3d1a992945e36920303d (patch) | |
tree | 7f125b1bdf4c50dff0f5fc3a72fe02db7670f4b5 /themes/wind | |
parent | a19554f96cbec458fb8a009ba4e126bf50cd7a52 (diff) |
RTLing the tabs of admin comment section
Diffstat (limited to 'themes/wind')
-rw-r--r-- | themes/wind/css/screen-rtl.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/wind/css/screen-rtl.css b/themes/wind/css/screen-rtl.css index 914a19dd..64a563ec 100644 --- a/themes/wind/css/screen-rtl.css +++ b/themes/wind/css/screen-rtl.css @@ -275,6 +275,9 @@ ul.sf-menu li li li.sfHover ul { right: auto; } +.ui-tabs .ui-tabs-nav li { + float: right; +} /* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ |