##// END OF EJS Templates
remove console.log
remove console.log

File last commit:

r10900:0abbd0e0
r10923:138a5cf8
Show More
toolbar.less
23 lines | 418 B | text/x-less | LessCssLexer
.toolbar {
padding: 0px 10px;
select, label {
width: auto;
height: @baseLineHeight + 6px;
vertical-align:middle;
margin-right:2px;
margin-bottom:0;
display: inline;
font-size: 92%;
margin-left:0.3em;
margin-right:0.3em;
padding: 0px;
}
.btn {
padding: 2px 8px;
}
}
.toolbar .btn-group {
margin-top: 0px;
}