mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 18:48:51 +02:00
#717: prevent flicker of unstyled content: make the pane visible only when their content is ready... + watchdog in case of error.
SVN:trunk[2725]
This commit is contained in:
@@ -8,6 +8,11 @@ body {
|
||||
overflow: hidden; /* Remove scroll bars on browser window */
|
||||
}
|
||||
|
||||
/* to prevent flicker, hide the pane's content until it's ready */
|
||||
.ui-layout-center, .ui-layout-north, .ui-layout-south {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.raw_output {
|
||||
font-family: Courier-New, Courier, Arial, Helvetica;
|
||||
font-size: 8pt;
|
||||
|
||||
Reference in New Issue
Block a user