diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-26 11:14:37 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-04-26 11:14:37 +0000 |
commit | b1ed2630df547f6ca5aad099f2f5315fc733e41f (patch) | |
tree | 8d241cc7e1defce1e33a22f3ae94d525f5fb98fd | |
parent | 646bb368743930a050a38ddbefc3d4dccc580861 (diff) | |
download | redmine-b1ed2630df547f6ca5aad099f2f5315fc733e41f.tar.gz redmine-b1ed2630df547f6ca5aad099f2f5315fc733e41f.zip |
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
-rw-r--r-- | app/assets/stylesheets/rtl.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |