mirror of
https://github.com/meineerde/redmine.git
synced 2026-03-23 09:19:55 +00:00
Fix broken Ajax indicator in RTL layouts (#43592).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@24214 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4488f50ea0
commit
9241496644
@ -1328,8 +1328,9 @@ div.flash.warning svg.icon-svg, .conflict svg.icon-svg {
|
||||
position: fixed;
|
||||
background-color:var(--oc-gray-2);
|
||||
border: 1px solid var(--oc-gray-5);
|
||||
top:35%;
|
||||
left:40%;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width:20%;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
|
||||
@ -235,17 +235,6 @@ div.flash svg.icon-svg, #errorExplanation svg.icon-svg {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
/***** 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;}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user