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