##// END OF EJS Templates
shrink login button
MinRK -
Show More
@@ -23,7 +23,7 b' var IPython = (function (IPython) {'
23 };
23 };
24
24
25 LoginWidget.prototype.style = function () {
25 LoginWidget.prototype.style = function () {
26 this.element.find("button").addClass("btn");
26 this.element.find("button").addClass("btn btn-small");
27 };
27 };
28
28
29
29
General Comments 0
You need to be logged in to leave comments. Login now