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