From b1ed2630df547f6ca5aad099f2f5315fc733e41f Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sat, 26 Apr 2025 11:14:37 +0000 Subject: [PATCH] Align query totals to left when an RTL language is used (#42640). git-svn-id: https://svn.redmine.org/redmine/trunk@23713 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/rtl.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index be609dfab..e7daf7ae8 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -238,7 +238,7 @@ a.remove-upload {background: url(/delete.png) no-repeat right 1px top 50%; paddi div.thumbnails div {margin-right:0px; margin-left:2px;} -p.other-formats { text-align:left; } +p.other-formats, p.query-totals { text-align:left; } a.atom { background: url(/feed.png) no-repeat right 1px top 50%; padding: 2px 16px 3px 0; }