##// END OF EJS Templates
update mode on rename
update mode on rename

File last commit:

r19298:d8390523
r19321:faac5da9
Show More
kernelselector.less
12 lines | 189 B | text/x-less | LessCssLexer
Matthias BUSSONNIER
Simplify and uniformise styling of kernel selector...
r17382 #kernel_selector_widget {
Thomas Kluyver
Style kernel name
r17372 margin-right: 1em;
Min RK
remove some custom css...
r19298 float: right;
Matthias BUSSONNIER
Simplify and uniformise styling of kernel selector...
r17382
& > button {
.btn-default();
& > span.caret {
margin-top:0px;
}
}
Thomas Kluyver
Style kernel name
r17372 }