Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Matthias BUSSONNIER
- Sat, 26 Jan 2013 10:01:27
Show More
IPython/frontend/html/notebook/static/css/notebook.less
0
+2
-1
@@
-8,6
+8,7
8
8
9
body {
9
body {
10
overflow : hidden ;
10
overflow : hidden ;
11
background-color : @ notebook_background ;
11
}
12
}
12
13
13
blockquote {
14
blockquote {
@@
-80,6
+81,7
span#notebook_name {
80
81
81
. toolbar {
82
. toolbar {
82
padding : 3 px 15 px ;
83
padding : 3 px 15 px ;
84
border-bottom : @ borderwidth @ border_color solid ;
83
}
85
}
84
86
85
# maintoolbar > select , # maintoolbar label {
87
# maintoolbar > select , # maintoolbar label {
@@
-126,7
+128,6
div#notebook {
126
/* This spaces the cell away from the edge of the notebook area */
128
/* This spaces the cell away from the edge of the notebook area */
127
padding : 5 px 5 px 15 px 5 px ;
129
padding : 5 px 5 px 15 px 5 px ;
128
margin : 0 px ;
130
margin : 0 px ;
129
background-color : @ notebook_background ;
130
}
131
}
131
132
132
div # pager_splitter {
133
div # pager_splitter {
IPython/frontend/html/notebook/static/js/page.js
0
+1
-1
@@
-18,7
+18,7
var IPython = (function (IPython) {
18
18
19
Page . prototype . style = function () {
19
Page . prototype . style = function () {
20
$ ( 'div#header' ). addClass ( 'border-box-sizing' ).
20
$ ( 'div#header' ). addClass ( 'border-box-sizing' ).
21
addClass ( 'ui-widget ui-widget-content' ).
21
addClass ( 'ui-widget' ).
22
css ( 'border-top-style' , 'none' ).
22
css ( 'border-top-style' , 'none' ).
23
css ( 'border-left-style' , 'none' ).
23
css ( 'border-left-style' , 'none' ).
24
css ( 'border-right-style' , 'none' );
24
css ( 'border-right-style' , 'none' );
IPython/frontend/html/notebook/static/js/savewidget.js
0
+2
-2
IPython/frontend/html/notebook/static/js/toolbar.js
0
+1
-1
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages