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
This commit is contained in:
Go MAEDA
2025-12-19 00:39:51 +00:00
parent 67e0e114ff
commit da723192c7
2 changed files with 3 additions and 13 deletions

View File

@@ -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;

View File

@@ -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;}