diff --git a/IPython/html/services/notebooks/tests/test_notebooks_api.py b/IPython/html/services/notebooks/tests/test_notebooks_api.py index c8c82e874..fcb920abf 100644 --- a/IPython/html/services/notebooks/tests/test_notebooks_api.py +++ b/IPython/html/services/notebooks/tests/test_notebooks_api.py @@ -300,7 +300,7 @@ class APITest(NotebookTestBase): saved = resp.json() self.assertEqual(saved['name'], 'a2.ipynb') self.assertEqual(saved['path'], 'foo/bar') - assert os.path.isfile(pjoin(self.notebook_dir.name,'foo','bar','a2.ipynb')) + assert os.path.isfile(pjoin(self.notebook_dir.name,'foo','progress-bar','a2.ipynb')) assert not os.path.isfile(pjoin(self.notebook_dir.name, 'foo', 'a.ipynb')) with assert_http_error(404): self.nb_api.read('a.ipynb', 'foo') diff --git a/IPython/html/static/auth/js/loginmain.js b/IPython/html/static/auth/js/loginmain.js index 4b6c53643..d914bf743 100644 --- a/IPython/html/static/auth/js/loginmain.js +++ b/IPython/html/static/auth/js/loginmain.js @@ -13,7 +13,7 @@ $(document).ready(function () { IPython.page = new IPython.Page(); - $('button#login_submit').addClass("btn"); + $('button#login_submit').addClass("btn btn-default"); IPython.page.show(); $('input#password_input').focus(); diff --git a/IPython/html/static/auth/js/loginwidget.js b/IPython/html/static/auth/js/loginwidget.js index efa1de79e..329ba0e0e 100644 --- a/IPython/html/static/auth/js/loginwidget.js +++ b/IPython/html/static/auth/js/loginwidget.js @@ -24,7 +24,7 @@ var IPython = (function (IPython) { }; LoginWidget.prototype.style = function () { - this.element.find("button").addClass("btn btn-small"); + this.element.find("button").addClass("btn btn-default btn-sm"); }; diff --git a/IPython/html/static/base/js/dialog.js b/IPython/html/static/base/js/dialog.js index 350bd2ab5..ca08d2a04 100644 --- a/IPython/html/static/base/js/dialog.js +++ b/IPython/html/static/base/js/dialog.js @@ -37,7 +37,7 @@ IPython.dialog = (function (IPython) { for (var label in options.buttons) { var btn_opts = options.buttons[label]; var button = $("\ + \

\
\
\ - \ - \ - \ + \ + \ + \
\ "; diff --git a/IPython/html/static/notebook/less/toolbar.less b/IPython/html/static/notebook/less/toolbar.less index 1186d6d54..b05646dfa 100644 --- a/IPython/html/static/notebook/less/toolbar.less +++ b/IPython/html/static/notebook/less/toolbar.less @@ -15,7 +15,7 @@ padding: 0px; padding-top: 3px; } - .btn { + .btn.btn-default { padding: 2px 8px; } } diff --git a/IPython/html/static/tree/js/clusterlist.js b/IPython/html/static/tree/js/clusterlist.js index b941a22cb..98c12f7f8 100644 --- a/IPython/html/static/tree/js/clusterlist.js +++ b/IPython/html/static/tree/js/clusterlist.js @@ -83,7 +83,7 @@ var IPython = (function (IPython) { }; ClusterItem.prototype.style = function () { - this.element.addClass('list_item').addClass("row-fluid"); + this.element.addClass('list_item').addClass("row"); }; ClusterItem.prototype.update_state = function (data) { @@ -106,7 +106,7 @@ var IPython = (function (IPython) { .attr('size',3) .addClass('engine_num_input'); engines_col.append(input); - var start_button = $(' - + +
-
+