From 3e120fb13db9f7ad68997a91ff23784349388c91 Mon Sep 17 00:00:00 2001 From: Sina Salek Date: Sat, 8 Nov 2014 20:26:30 +0330 Subject: [PATCH] * rtl issues fix [#1849790] --- core-rtl.css | 19 +++++++++++++++++-- style-rtl.css | 15 +++++++++++++-- style.css | 2 ++ 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/core-rtl.css b/core-rtl.css index d1c9405..1da25f6 100644 --- a/core-rtl.css +++ b/core-rtl.css @@ -60,12 +60,27 @@ table td.permission { padding-right:19px; } .collapsible .fieldset-title span.icon { left:auto; - right:-20px; - background-image:url(images/sprite-rtl.png); + right:6px; + background-image:url(images/bleeds-rtl.png) -80px -120px no-repeat; + } + +html.js fieldset.collapsed .fieldset-legend { + padding:0px; + background:transparent; + } + +html.js fieldset.collapsible .fieldset-legend { + padding-right:0px; } html.js input.form-autocomplete { background-position: 2px 7px; } +.collapsible .fieldset-legend a { + padding-right:28px; + padding-left:9px; + } + + /** * Help pages ========================================================= */ diff --git a/style-rtl.css b/style-rtl.css index cee0be8..5e6dbea 100755 --- a/style-rtl.css +++ b/style-rtl.css @@ -20,8 +20,13 @@ #branding ul.links a:hover { background-position:100% -90px; } -#branding .breadcrumb-depth-0 a, - #branding .breadcrumb-depth-0 strong { padding-right:10px; } + +#branding .breadcrumb-depth-0 a, #branding .breadcrumb-depth-0 strong { + padding-right: 10px; + margin-right: -10px; + padding-left: 20px; + margin-left: 0px; + } #branding .breadcrumb a:hover { background-position:0% -90px; } ul.primary-tabs.links li{float:left !important;} @@ -143,9 +148,15 @@ float: right; .add-or-remove-shortcuts, .action-links { float: right; +white-space: nowrap; } .tabledrag-toggle-weight-wrapper { float: left; text-align: right; } + +div.messages { + padding: 9px 40px 9px 9px; + background-position: 99.3% 8px; + } diff --git a/style.css b/style.css index a10db1f..30619e6 100644 --- a/style.css +++ b/style.css @@ -89,6 +89,7 @@ table th { font-size:11px; height:30px; overflow:hidden; + clear: both; } #branding ul.links { float:right; } @@ -131,6 +132,7 @@ table th { margin-right:-10px; padding:5px 20px; background:url(images/bleeds.png) 100% -60px no-repeat; + white-space: nowrap; } #branding .breadcrumb-depth-0 a, -- 1.9.4.msysgit.0