mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix loading_prompt spinner alignments
This commit is contained in:
parent
577850cfd0
commit
49f3000719
@ -6585,19 +6585,22 @@ a.textSidebox {
|
||||
}
|
||||
.egw-loading-prompt-container .egw-loading-prompt-spinner-msg {
|
||||
position: absolute;
|
||||
left: 48%;
|
||||
margin-left: 50%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
left: 0;
|
||||
top: 48%;
|
||||
z-index: 999;
|
||||
text-shadow: 4px 4px 7px #679FD2;
|
||||
color: #0B5FA4;
|
||||
margin-left: -10px;
|
||||
margin-top: 52px;
|
||||
}
|
||||
.egw-loading-prompt-container .egw-loading-prompt-spinner-animator {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
position: absolute;
|
||||
left: 48%;
|
||||
margin-left: 50%;
|
||||
left: -17px;
|
||||
top: 48%;
|
||||
z-index: 999;
|
||||
background-position: 3px 3px;
|
||||
|
@ -345,19 +345,21 @@ a.textSidebox
|
||||
}
|
||||
.egw-loading-prompt-container .egw-loading-prompt-spinner-msg {
|
||||
position: absolute;
|
||||
left: 48%;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
left: 0;
|
||||
top: 48%;
|
||||
z-index: 999;
|
||||
text-shadow: 4px 4px 7px #679FD2;
|
||||
color: #0B5FA4;
|
||||
margin-left: -10px;
|
||||
margin-top: 52px;
|
||||
}
|
||||
.egw-loading-prompt-container .egw-loading-prompt-spinner-animator {
|
||||
width: 38px;
|
||||
height: 38px;
|
||||
position: absolute;
|
||||
left: 48%;
|
||||
margin-left: 50%;
|
||||
left: -17px;
|
||||
top: 48%;
|
||||
z-index: 999;
|
||||
background-position: 3px 3px;
|
||||
|
Loading…
Reference in New Issue
Block a user