##// END OF EJS Templates
move login widget style to css
Matthias BUSSONNIER -
Show More
@@ -19,9 +19,7 b' define(['
19 19 }
20 20 };
21 21
22 LoginWidget.prototype.style = function () {
23 this.element.find("button").addClass("btn btn-default btn-sm");
24 };
22 LoginWidget.prototype.style = function () {};
25 23
26 24
27 25 LoginWidget.prototype.bind_events = function () {
@@ -71,6 +71,12 b' span#login_widget {'
71 71 float: right;
72 72 }
73 73
74 span#login_widget > .button {
75 .btn();
76 .btn-default();
77 .btn-sm();
78 }
79
74 80 .nav-header {
75 81 text-transform: none;
76 82 }
General Comments 0
You need to be logged in to leave comments. Login now