mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 21:32:46 +02:00
Fix tab overlay ajaxLoader repeated its icon
This commit is contained in:
parent
71fcb876d2
commit
9b6f6737f6
@ -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…
x
Reference in New Issue
Block a user