mirror of
https://github.com/redmine/redmine.git
synced 2026-07-06 01:47:55 +02:00
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:
@@ -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;
|
||||
|
||||
@@ -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;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user