##// END OF EJS Templates
fix rename issues in dashboard...
fix rename issues in dashboard - Do not display the full path of the selected item in the text box - Adapt dialog for files and notebook - Do not allow renaming a running notebook

File last commit:

r16937:85c6f87f
r20664:74add9de
Show More
mixins.less
19 lines | 289 B | text/x-less | LessCssLexer
// Mixin CSS classes
.border-box-sizing {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.corner-all {
border-radius: @border-radius-base;
}
.border-radius(@radius) {
border-radius: @radius;
}
.no-padding {
padding: 0px;
}