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