From da723192c7d6ed10aec51cda9caa30ee29714704 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 19 Dec 2025 00:39:51 +0000 Subject: [PATCH] Merged r24214 from trunk to 6.1-stable (#43592). git-svn-id: https://svn.redmine.org/redmine/branches/6.1-stable@24218 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/assets/stylesheets/application.css | 5 +++-- app/assets/stylesheets/rtl.css | 11 ----------- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index cffe1c43f..e434dd127 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1339,8 +1339,9 @@ div.flash.warning svg.icon-svg, .conflict svg.icon-svg { position: absolute; /* fixed not supported by IE */ background-color:#eee; border: 1px solid #bbb; -top:35%; -left:40%; +top: 50%; +left: 50%; +transform: translate(-50%, -50%); width:20%; font-weight:bold; text-align:center; diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index f33c35462..50919379b 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -271,17 +271,6 @@ div.flash.warning:not(:has(svg)), .conflict { text-align:right; } -/***** Ajax indicator ******/ -#ajax-indicator { - left:auto; right:40%; -} - -#ajax-indicator span { - background-position: right 40%; - background-image: url(/loading.gif); - padding-left:0px; padding-right:26px; -} - /***** Calendar *****/ table.cal td p.day-num {text-align:left;}