move tolbar styling to css

This commit is contained in:
Matthias BUSSONNIER 2014-07-20 17:41:17 +02:00
parent 72c0e4446f
commit 660ddf76af
2 changed files with 4 additions and 3 deletions

View File

@ -79,8 +79,7 @@ define([
};
ToolBar.prototype.style = function () {
this.element.addClass('border-box-sizing')
.addClass('toolbar');
this.element.addClass('toolbar');
};
/**

View File

@ -18,6 +18,8 @@
.btn {
padding: 2px 8px;
}
.border-box-sizing();
}
.toolbar .btn-group {
@ -40,7 +42,7 @@
text-align: right;
margin-left: 5px;
margin-right: 0px;
margin-top: 0px
margin-top: 0px;
}
.toolbar {