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') 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 76551d7bfefe1acdd8b90e7126a84497bac7c7a8 Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Thu, 23 Jun 2011 00:27:50 +0300 Subject: Add RTL paginator for Admin Wind (copied from Wind CSS) --- themes/admin_wind/css/screen-rtl.css | 57 ++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) (limited to 'themes') diff --git a/themes/admin_wind/css/screen-rtl.css b/themes/admin_wind/css/screen-rtl.css index 0809c1b5..5a91d9fd 100644 --- a/themes/admin_wind/css/screen-rtl.css +++ b/themes/admin_wind/css/screen-rtl.css @@ -316,3 +316,60 @@ li.g-group, .g-available .g-block img { margin: 0 0 1em 1em; } + +/* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.g-paginator .g-info { + width: 35%; +} + +.g-paginator .g-text-right { + margin-left: 0; +} + +.g-paginator .ui-icon-seek-end { + background-position: -80px -160px; +} + +.g-paginator .ui-icon-seek-next { + background-position: -48px -160px; +} + +.g-paginator .ui-icon-seek-prev { + background-position: -32px -160px; +} + +.g-paginator .ui-icon-seek-first { + background-position: -64px -160px; +} + +#g-header #g-login-menu, +#g-header #g-quick-search-form { + clear: left; + float: left; +} + +#g-header #g-login-menu li { + margin-left: 0; + padding-left: 0; + padding-right: 1.2em; +} + +#g-site-menu { + left: auto; + right: 240px; +} + +#g-view-menu #g-slideshow-link { + background-image: url('../images/ico-view-slideshow-rtl.png'); +} + +#g-sidebar .g-block-content { + padding-right: 1em; + padding-left: 0; +} + +#g-footer #g-credits li { + padding-left: 1.2em !important; + padding-right: 0; +} -- 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') 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 From e2cdd769029d48e96af5418b6c0df39a216bc54a Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Thu, 23 Jun 2011 01:05:39 +0300 Subject: RTLing the comment admin section tabs (the right one) --- themes/admin_wind/css/screen-rtl.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes') diff --git a/themes/admin_wind/css/screen-rtl.css b/themes/admin_wind/css/screen-rtl.css index 5a91d9fd..b645d99b 100644 --- a/themes/admin_wind/css/screen-rtl.css +++ b/themes/admin_wind/css/screen-rtl.css @@ -275,6 +275,10 @@ ul.sf-menu li li li.sfHover ul { right: auto; } +.ui-tabs .ui-tabs-nav li { + float: right; +} + #g-content #g-album-grid .g-item, #g-site-theme, #g-admin-theme, -- cgit v1.2.3 From 1889e6d3cb4eb0d3f268710a18084709b2f2295f Mon Sep 17 00:00:00 2001 From: mamouneyya Date: Thu, 23 Jun 2011 01:35:50 +0300 Subject: Yet another RTL review for the admin theme --- themes/admin_wind/css/screen-rtl.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/admin_wind/css/screen-rtl.css b/themes/admin_wind/css/screen-rtl.css index b645d99b..79afabb3 100644 --- a/themes/admin_wind/css/screen-rtl.css +++ b/themes/admin_wind/css/screen-rtl.css @@ -92,7 +92,11 @@ input[type=radio] { padding-right: 0; } -input.checkbox { +input.checkbox, +input[type="checkbox"], +input.radio, +input[type="radio"] { + margin-right: 0; margin-left: .4em; } @@ -109,6 +113,14 @@ input.checkbox { margin-right: .2em; } +.g-group h4 { + padding: .5em .5em .5em 0; +} + +.g-group .g-user { + padding: .2em .5em 0 0; +} + /* RTL Corner radius ~~~~~~~~~~~~~~~~~~~~~~ */ .g-buttonset .ui-corner-tl { @@ -290,6 +302,11 @@ li.g-group, float: right; } +#g-site-theme { + margin-right: 0; + margin-left: 1em; +} + #g-admin-graphics .g-available .g-block { float: right; margin-left: 1em; @@ -321,6 +338,10 @@ li.g-group, margin: 0 0 1em 1em; } +.g-button { + margin: 0 0 0 4px; +} + /* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-paginator .g-info { -- cgit v1.2.3