##// END OF EJS Templates
Remove $el_to_style from the widget javascript code; '' now defaults to this.$el...
Remove $el_to_style from the widget javascript code; '' now defaults to this.$el This seems to make it easiest to select the top-level element. An alternative is to use special syntax for top-level elements, like in https://github.com/ipython/ipython/pull/6185 This will be followed up by other fixes that let the user set specific common properties of different elements. This change also adds the .addBack() call, which means that nonempty selectors now apply to this.$el and its descendants, rather than just the descendants of this.$el.

File last commit:

r17411:4d4ed600
r17420:69911d59
Show More
style.less
30 lines | 514 B | text/x-less | LessCssLexer
MinRK
add comments for style blocks in less...
r17291 /*!
*
* Twitter Bootstrap
*
*/
MinRK
inherit bootstrap properly...
r10913 @import "../components/bootstrap/less/bootstrap.less";
Jonathan Frederic
Get notebook running with Bootstrap3
r16912 @import "../components/bootstrap/less/responsive-utilities.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
MinRK
add comments for style blocks in less...
r17291 /*!
*
* Font Awesome
*
*/
MinRK
font-awesome 3.2 moved resources
r14959 @import "../components/font-awesome/less/font-awesome.less";
MinRK
update fa-font-path less variable
r17411 @fa-font-path: "../components/font-awesome/fonts";
MinRK
move font-awesome to style.less from notebook-specific less...
r11338
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714 // base
Brian E. Granger
Adding style.less to each subdir - but still use global style.less
r10718 @import "../base/less/style.less";
Matthias BUSSONNIER
do not include specific css in embedable one
r12234 @import "../base/less/page.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
// auth
Brian E. Granger
Adding style.less to each subdir - but still use global style.less
r10718 @import "../auth/less/style.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
Brian E. Granger
Playing with the order of less imports.
r10720 // tree
@import "../tree/less/style.less";
Brian E. Granger
Renaming notebooks->notebook in less and templates.
r10722 // notebook
@import "../notebook/less/style.less";
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714
Brian E. Granger
Playing with the order of less imports.
r10720