#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:
Denis Flaven
2013-05-14 10:03:23 +00:00
parent 7cae338e6d
commit a6c9bcf780
2 changed files with 12 additions and 1 deletions

View File

@@ -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;