##// END OF EJS Templates
go to appropriate line when coming from another cell...
go to appropriate line when coming from another cell Sets the cursor on the last line of the cell when moved up from the top of the cell below, and sets the cursors to the first line when moving down from the bottom of a last line. Here, we retain the character that the cursor was on, so that users wishing to have up-down functionality like one document can still use this shortcut handler and simple adjust the at_top and at_bottom methods

File last commit:

r15115:abcf96b3
r15834:869e697c
Show More
notificationwidget.less
13 lines | 270 B | text/x-less | LessCssLexer
/ IPython / html / static / notebook / less / notificationwidget.less
Brian E. Granger
Add edit/command mode indicator.
r15115 .notification_widget {
MinRK
compress menubar a few pixels vertically
r10971 color: @navbarLinkColor;
padding: 1px 12px;
margin: 2px 4px;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 z-index: 10;
MinRK
bootstrapify notification widget
r10932 border: 1px solid #ccc;
Matthias BUSSONNIER
use baseBorderRadius instead of corner_radius...
r13547 border-radius: @baseBorderRadius;
MinRK
bootstrapify notification widget
r10932 background: rgba(240, 240, 240, 0.5);
Matthias BUSSONNIER
more subtle kernel indicator...
r15042
&.span {
padding-right:2px;
}
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }