Show More
@@ -34,11 +34,9 b' var IPython = (function (IPython) {' | |||||
34 |
|
34 | |||
35 |
|
35 | |||
36 | CellToolbar.prototype.create_element = function () { |
|
36 | CellToolbar.prototype.create_element = function () { | |
37 |
this.inner_element = $('<div/>') |
|
37 | this.inner_element = $('<div/>').addClass('celltoolbar hbox reverse') | |
38 | var ctb_element = $('<div/>').addClass('celltoolbar hbox reverse') |
|
|||
39 | .append(this.inner_element); |
|
|||
40 | this.element = $('<div/>').addClass('ctb_hideshow') |
|
38 | this.element = $('<div/>').addClass('ctb_hideshow') | |
41 |
.append( |
|
39 | .append(this.inner_element); | |
42 | }; |
|
40 | }; | |
43 |
|
41 | |||
44 |
|
42 |
General Comments 0
You need to be logged in to leave comments.
Login now