##// END OF EJS Templates
invoke css
Jonathan Frederic -
Show More
@@ -8519,6 +8519,9 b' ul.breadcrumb span {'
8519 .list_toolbar .tree-buttons {
8519 .list_toolbar .tree-buttons {
8520 padding-top: 1px;
8520 padding-top: 1px;
8521 }
8521 }
8522 .dynamic-buttons {
8523 display: inline-block;
8524 }
8522 .list_toolbar [class*="span"] {
8525 .list_toolbar [class*="span"] {
8523 min-height: 24px;
8526 min-height: 24px;
8524 }
8527 }
@@ -8557,6 +8560,10 b' ul.breadcrumb span {'
8557 padding-right: 7px;
8560 padding-right: 7px;
8558 line-height: 22px;
8561 line-height: 22px;
8559 }
8562 }
8563 .list_header > div input,
8564 .list_item > div input {
8565 margin-right: 7px;
8566 }
8560 .item_name {
8567 .item_name {
8561 line-height: 22px;
8568 line-height: 22px;
8562 height: 24px;
8569 height: 24px;
@@ -8567,12 +8574,10 b' ul.breadcrumb span {'
8567 margin-right: 7px;
8574 margin-right: 7px;
8568 }
8575 }
8569 .item_buttons {
8576 .item_buttons {
8577 padding-top: 4px;
8570 line-height: 1em;
8578 line-height: 1em;
8571 margin-left: -5px;
8579 margin-left: -5px;
8572 }
8580 }
8573 .item_buttons .btn {
8574 min-width: 13ex;
8575 }
8576 .item_buttons .btn-group,
8581 .item_buttons .btn-group,
8577 .item_buttons .input-group {
8582 .item_buttons .input-group {
8578 float: left;
8583 float: left;
@@ -8582,6 +8587,12 b' ul.breadcrumb span {'
8582 .item_buttons > .input-group {
8587 .item_buttons > .input-group {
8583 margin-left: 5px;
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 .toolbar_info {
8596 .toolbar_info {
8586 height: 24px;
8597 height: 24px;
8587 line-height: 24px;
8598 line-height: 24px;
@@ -8708,6 +8719,18 b' ul#new-menu {'
8708 #running .panel-group .panel .panel-body .list_container .list_item:last-child {
8719 #running .panel-group .panel .panel-body .list_container .list_item:last-child {
8709 border-bottom: 0px;
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 * IPython text editor webapp
8736 * IPython text editor webapp
General Comments 0
You need to be logged in to leave comments. Login now