##// END OF EJS Templates
invoke css
Jonathan Frederic -
Show More
@@ -8519,6 +8519,9 b' ul.breadcrumb span {'
8519 8519 .list_toolbar .tree-buttons {
8520 8520 padding-top: 1px;
8521 8521 }
8522 .dynamic-buttons {
8523 display: inline-block;
8524 }
8522 8525 .list_toolbar [class*="span"] {
8523 8526 min-height: 24px;
8524 8527 }
@@ -8557,6 +8560,10 b' ul.breadcrumb span {'
8557 8560 padding-right: 7px;
8558 8561 line-height: 22px;
8559 8562 }
8563 .list_header > div input,
8564 .list_item > div input {
8565 margin-right: 7px;
8566 }
8560 8567 .item_name {
8561 8568 line-height: 22px;
8562 8569 height: 24px;
@@ -8567,12 +8574,10 b' ul.breadcrumb span {'
8567 8574 margin-right: 7px;
8568 8575 }
8569 8576 .item_buttons {
8577 padding-top: 4px;
8570 8578 line-height: 1em;
8571 8579 margin-left: -5px;
8572 8580 }
8573 .item_buttons .btn {
8574 min-width: 13ex;
8575 }
8576 8581 .item_buttons .btn-group,
8577 8582 .item_buttons .input-group {
8578 8583 float: left;
@@ -8582,6 +8587,12 b' ul.breadcrumb span {'
8582 8587 .item_buttons > .input-group {
8583 8588 margin-left: 5px;
8584 8589 }
8590 .item_buttons .btn {
8591 min-width: 13ex;
8592 }
8593 .item_buttons .running-indicator {
8594 color: #5cb85c;
8595 }
8585 8596 .toolbar_info {
8586 8597 height: 24px;
8587 8598 line-height: 24px;
@@ -8708,6 +8719,18 b' ul#new-menu {'
8708 8719 #running .panel-group .panel .panel-body .list_container .list_item:last-child {
8709 8720 border-bottom: 0px;
8710 8721 }
8722 .delete-button {
8723 display: none;
8724 }
8725 .duplicate-button {
8726 display: none;
8727 }
8728 .rename-button {
8729 display: none;
8730 }
8731 .shutdown-button {
8732 display: none;
8733 }
8711 8734 /*!
8712 8735 *
8713 8736 * IPython text editor webapp
General Comments 0
You need to be logged in to leave comments. Login now