##// END OF EJS Templates
move styling from js to css
Matthias BUSSONNIER -
Show More
@@ -52,7 +52,6 define([
52 52
53 53 MenuBar.prototype.style = function () {
54 54 var that = this;
55 this.element.addClass('border-box-sizing');
56 55 this.element.find("li").click(function (event, ui) {
57 56 // The selected cell loses focus when the menu is entered, so we
58 57 // re-select it upon selection.
@@ -2,6 +2,7
2 2 margin-top: 0px;
3 3 margin-bottom: -19px;
4 4 position: relative;
5 .border-box-sizing();
5 6
6 7 .navbar {
7 8 border-top: 1px;
General Comments 0
You need to be logged in to leave comments. Login now