##// END OF EJS Templates
Split js tests in N subgroups....
Split js tests in N subgroups. js test are the longer ~8 minutes vs ~3 for Python, and fails the more often. Hopefully this will speedup the build and have less test relaunched when we have a random faillure. Splitting should make the js test a bit faster

File last commit:

r19664:24be0d51
r19829:cb55df8b
Show More
edit.less
34 lines | 772 B | text/x-less | LessCssLexer
#filename {
font-size: 16pt;
display: table;
padding: 0px 5px;
}
#texteditor-backdrop {
padding-top: @page-header-padding;
padding-bottom: @page-header-padding;
@media not print{
min-height: @page-backdrop-height;
background-color: @page-backdrop-color;
}
#texteditor-container {
.CodeMirror-gutter, .CodeMirror-gutters {
@media print {
background-color: @body-bg;
}
@media not print {
background-color: @page-color;
}
}
@media not print{
padding: 0px;
background-color : @page-color;
min-height: @page-min-height;
.box-shadow(@global-shadow);
}
}
}