Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
Brian E. Granger
- Wed, 05 Feb 2014 23:35:46
Show More
IPython/html/static/style/ipython.min.css
0
+3
0
@@
-31,6
+31,9
b' div.traceback-wrapper{text-align:left;max-width:800px;margin:auto}'
31
31
. alternate_upload input . fileinput { background-color : #f00 ; position : relative ; opacity : 0 ; z-index : 2 ; width : 295 px ; margin-left : 163 px ; cursor : pointer ; height : 26 px }
32
32
ul # tabs { margin-bottom : 4 px }
33
33
ul # tabs a { padding-top : 4 px ; padding-bottom : 4 px }
34
ul . breadcrumb a : focus , ul . breadcrumb a : hover { text-decoration : none }
35
ul . breadcrumb i . icon-home { font-size : 16 px ; margin-right : 4 px }
36
ul . breadcrumb span { color : #5e5e5e }
34
37
. list_toolbar { padding : 4 px 0 4 px 0 }
35
38
. list_toolbar [ class *= "span" ] { min-height : 26 px }
36
39
. list_header { font-weight : bold }
IPython/html/static/style/style.min.css
0
+3
0
@@
-1308,6
+1308,9
b' span#login_widget{float:right}'
1308
1308
. alternate_upload input . fileinput { background-color : #f00 ; position : relative ; opacity : 0 ; z-index : 2 ; width : 295 px ; margin-left : 163 px ; cursor : pointer ; height : 26 px }
1309
1309
ul # tabs { margin-bottom : 4 px }
1310
1310
ul # tabs a { padding-top : 4 px ; padding-bottom : 4 px }
1311
ul . breadcrumb a : focus , ul . breadcrumb a : hover { text-decoration : none }
1312
ul . breadcrumb i . icon-home { font-size : 16 px ; margin-right : 4 px }
1313
ul . breadcrumb span { color : #5e5e5e }
1311
1314
. list_toolbar { padding : 4 px 0 4 px 0 }
1312
1315
. list_toolbar [ class *= "span" ] { min-height : 26 px }
1313
1316
. list_header { font-weight : bold }
IPython/html/static/tree/less/tree.less
0
+16
-1
@@
-11,6
+11,7
b''
11
11
// are not less variables so we have to track them statically .
12
12
@btn_small_height : 26px ;
13
13
@btn_mini_height : 22px ;
14
@dark_dashboard_color : darken ( @border_color , 30 %);
14
15
15
16
ul # tabs {
16
17
margin-bottom : @ dashboard_tb_pad ;
@@
-21,6
+22,20
b' ul#tabs a {'
21
22
padding-bottom : @ dashboard_tb_pad ;
22
23
}
23
24
25
ul . breadcrumb {
26
a : focus , a : hover {
27
text - decoration : none ;
28
}
29
i . icon-home {
30
font-size : 16 px ;
31
margin-right : 4 px ;
32
}
33
34
span {
35
color : @ dark_dashboard_color ;
36
}
37
}
38
24
39
. list_toolbar {
25
40
padding : @ dashboard_tb_pad 0 @ dashboard_tb_pad 0 ;
26
41
}
@@
-74,7
+89,7
b' ul#tabs a {'
74
89
75
90
. item_icon {
76
91
font-size : 14 px ;
77
color : darken(@ border_color , 30%);
92
color : @ dark_dash boa rd_color;
78
93
margin-right : @ dashboard_lr_pad ;
79
94
}
80
95
IPython/html/templates/tree.html
0
+1
-1
@@
-51,7
+51,7
b' data-base-kernel-url="{{base_kernel_url}}"'
51
51
< div id = "notebook_list_header" class = "row-fluid list_header" >
52
52
< div id = "project_name" >
53
53
< ul class = "breadcrumb" >
54
< li ><span>< a href = "{{breadcrumbs[0][0]}}" > / </ a ></ span ></ li >
54
< li >< a href = "{{breadcrumbs[0][0]}}" >< i class = "icon-home" >< /i > </a >< span > / </ span ></ li >
55
55
{% for crumb in breadcrumbs[1:] %}
56
56
< li >< a href = "{{crumb[0]}}" > {{crumb[1]}} </ a > < span > / </ span ></ li >
57
57
{% endfor %}
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