##// END OF EJS Templates
dashboard autorefresh...
dashboard autorefresh refresh notebook list and cluster list when : - page get focus - every 60 sec when page is on focus stop refreshing every 60 sec when page loose focus

File last commit:

r5878:b0954abb
r6844:bd82968f
Show More
printnotebook.css
5 lines | 197 B | text/css | CssLexer
Brian Granger
Fixing minor things in the printing.
r5876 body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
Brian Granger
Created new print view for notebook printing.
r5875 .ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
Brian Granger
Fixing minor things in the printing.
r5876 #header {display: none !important;}