diff --git a/IPython/frontend/html/notebook/static/js/loginmain.js b/IPython/frontend/html/notebook/static/js/loginmain.js index 420f935af..684d3e00c 100644 --- a/IPython/frontend/html/notebook/static/js/loginmain.js +++ b/IPython/frontend/html/notebook/static/js/loginmain.js @@ -20,6 +20,7 @@ $(document).ready(function () { $('div#left_panel').addClass('box-flex'); $('div#right_panel').addClass('box-flex'); + $('input#signin').button(); // These have display: none in the css file and are made visible here to prevent FLOUC. $('div#header').css('display','block'); diff --git a/IPython/frontend/html/notebook/templates/login.html b/IPython/frontend/html/notebook/templates/login.html index bc2bf830c..86f160af4 100644 --- a/IPython/frontend/html/notebook/templates/login.html +++ b/IPython/frontend/html/notebook/templates/login.html @@ -31,7 +31,7 @@
Password: - +