kernelselector.less
17 lines
| 277 B
| text/x-less
|
LessCssLexer
Matthias BUSSONNIER
|
r17382 | #kernel_selector_widget { | ||
Thomas Kluyver
|
r17372 | margin-right: 1em; | ||
Min RK
|
r19298 | float: right; | ||
Matthias BUSSONNIER
|
r17382 | |||
& > button { | ||||
.btn-default(); | ||||
& > span.caret { | ||||
margin-top:0px; | ||||
} | ||||
} | ||||
Thomas Kluyver
|
r19378 | |||
& > img#current_kernel_logo { | ||||
width: 32px; | ||||
height: 32px; | ||||
} | ||||
Thomas Kluyver
|
r17372 | } | ||