forked from extern/egroupware
Add missing parts from previous commit
This commit is contained in:
parent
49f3000719
commit
246abdbb1c
@ -6200,19 +6200,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;
|
||||
|
@ -6189,19 +6189,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;
|
||||
|
@ -6211,19 +6211,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