##// END OF EJS Templates
Spinning sun + nothing for command mode.
Brian E. Granger -
Show More
@@ -86,12 +86,12 b' var IPython = (function (IPython) {'
86 86 // Kernel events
87 87 $([IPython.events]).on('status_idle.Kernel',function () {
88 88 IPython.save_widget.update_document_title();
89 $kernel_ind_icon.attr('class','icon-circle-blank').attr('title','Kernel Idle');
89 $kernel_ind_icon.attr('class','').attr('title','Kernel Idle');
90 90 });
91 91
92 92 $([IPython.events]).on('status_busy.Kernel',function () {
93 93 window.document.title='(Busy) '+window.document.title;
94 $kernel_ind_icon.attr('class','icon-circle').attr('title','Kernel Busy');
94 $kernel_ind_icon.attr('class','icon-sun icon-spin').attr('title','Kernel Busy');
95 95 });
96 96
97 97 $([IPython.events]).on('status_restarting.Kernel',function () {
@@ -8,6 +8,7 b''
8 8 margin: 0px;
9 9 width: 11px;
10 10 z-index: 10;
11 text-align: center;
11 12 }
12 13
13 14 #kernel_indicator {
@@ -1502,7 +1502,7 b' p{margin-bottom:0}'
1502 1502 i.menu-icon{padding-top:4px}
1503 1503 ul#help_menu li a{overflow:hidden;padding-right:2.2em}ul#help_menu li a i{margin-right:-1.2em}
1504 1504 #notification_area{z-index:10}
1505 .indicator_area{color:#777;padding:4px 3px;margin:0;width:11px;z-index:10}
1505 .indicator_area{color:#777;padding:4px 3px;margin:0;width:11px;z-index:10;text-align:center}
1506 1506 #kernel_indicator{margin-right:-16px}
1507 1507 .notification_widget{color:#777;padding:1px 12px;margin:2px 4px;z-index:10;border:1px solid #ccc;border-radius:4px;background:rgba(240,240,240,0.5)}.notification_widget.span{padding-right:2px}
1508 1508 div#pager_splitter{height:8px}
General Comments 0
You need to be logged in to leave comments. Login now