diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-13 08:32:22 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-13 08:32:22 +0000 |
commit | e78e230eba77dae2f194485bbf71660e7109a0f2 (patch) | |
tree | 65a22b37218de22abc800546d72e8ec61b0c9c87 | |
parent | 659cded97c844caf4121a9080a79f2cacafc839c (diff) | |
download | redmine-e78e230eba77dae2f194485bbf71660e7109a0f2.tar.gz redmine-e78e230eba77dae2f194485bbf71660e7109a0f2.zip |
Merge r23649 from trunk to 6.0-stable (#42575).
git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23653 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/assets/stylesheets/rtl.css | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index 550071462..946dc8542 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -23,10 +23,27 @@ h1, h2, h3, h4 {padding:2px 00px 1px 10px;} #admin-menu a {padding-left:0;padding-right:20px;} -#sidebar {float:left;} -* html #sidebar hr{ left: auto; right: -6px; } +#sidebar {float:left; padding-right: 20px; padding-left: 8px; border-left: 0; border-right: 1px solid #d0d7de;} +* html #sidebar hr {left: auto; right: -6px;} + +#main.collapsedsidebar #sidebar { + padding-left: 0; + padding-right: 20px; +} + #sidebar .contextual { margin-right: 0; margin-left: 1em;} -#sidebar ul li {margin: 0px 0px 0px 2px;} +#sidebar ul li {margin: 0 0 0 2px;} +#sidebar #sidebar-switch-panel { + margin-left: 0; + margin-right: -20px; + padding-left: 28px; + padding-right: 0; +} + +#sidebar #sidebar-switch-panel #sidebar-switch-button { + padding-right: 0; + padding-left: 28px; +} #content {border-right:0 solid #ddd; border-left:1px solid #ddd;} * html #content{padding-right:0;} |