From 4650347a672296e4d1ac3d1a992945e36920303d Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Thu, 23 Jun 2011 00:10:31 +0300 Subject: RTLing the tabs of admin comment section --- themes/wind/css/screen-rtl.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'themes/wind/css') 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ -- cgit v1.2.3 From 017251c33a2c9986af6aa1c64c4b82852651c618 Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Thu, 23 Jun 2011 01:04:24 +0300 Subject: revert 4650347a672296e4d1ac, it sould be applied to the admin theme --- themes/wind/css/screen-rtl.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'themes/wind/css') diff --git a/themes/wind/css/screen-rtl.css b/themes/wind/css/screen-rtl.css index 64a563ec..e79f2c06 100644 --- a/themes/wind/css/screen-rtl.css +++ b/themes/wind/css/screen-rtl.css @@ -275,10 +275,6 @@ ul.sf-menu li li li.sfHover ul { right: auto; } -.ui-tabs .ui-tabs-nav li { - float: right; -} - /* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-paginator .g-info { -- cgit v1.2.3