mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-18 20:51:23 +01:00
Fix tab overlay ajaxLoader repeated its icon
This commit is contained in:
parent
955bf2cccf
commit
b7c4395ce2
@ -2529,6 +2529,7 @@ body {
|
|||||||
}
|
}
|
||||||
.egw_fw_ui_tab_content > .loading {
|
.egw_fw_ui_tab_content > .loading {
|
||||||
background-image: url('../images/loading.gif');
|
background-image: url('../images/loading.gif');
|
||||||
|
background-repeat: no-repeat;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 400px;
|
line-height: 400px;
|
||||||
}
|
}
|
||||||
|
@ -2518,6 +2518,7 @@ body {
|
|||||||
}
|
}
|
||||||
.egw_fw_ui_tab_content > .loading {
|
.egw_fw_ui_tab_content > .loading {
|
||||||
background-image: url('../images/loading.gif');
|
background-image: url('../images/loading.gif');
|
||||||
|
background-repeat: no-repeat;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 400px;
|
line-height: 400px;
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
.egw_fw_ui_tab_content > .loading {
|
.egw_fw_ui_tab_content > .loading {
|
||||||
background-image:url('../images/loading.gif');
|
background-image:url('../images/loading.gif');
|
||||||
|
background-repeat: no-repeat;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 400px;
|
line-height: 400px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user