mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
invoke css
This commit is contained in:
parent
30a23d4456
commit
2167ec43fa
18
IPython/html/static/style/style.min.css
vendored
18
IPython/html/static/style/style.min.css
vendored
@ -8703,6 +8703,11 @@ ul.breadcrumb span {
|
|||||||
.list_header > div input,
|
.list_header > div input,
|
||||||
.list_item > div input {
|
.list_item > div input {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
|
margin-left: 14px;
|
||||||
|
}
|
||||||
|
.list_header > div .item_link,
|
||||||
|
.list_item > div .item_link {
|
||||||
|
margin-left: 14px;
|
||||||
}
|
}
|
||||||
.new-file input[type=checkbox] {
|
.new-file input[type=checkbox] {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
@ -8754,12 +8759,21 @@ input.engine_num_input {
|
|||||||
.highlight_text {
|
.highlight_text {
|
||||||
color: blue;
|
color: blue;
|
||||||
}
|
}
|
||||||
|
#project_name {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
#project_name > .breadcrumb {
|
#project_name > .breadcrumb {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
#tree-selector {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
#tree-selector input[type=checkbox] {
|
||||||
|
margin-left: 7px;
|
||||||
|
}
|
||||||
.tab-content .row {
|
.tab-content .row {
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
@ -8925,6 +8939,7 @@ ul#new-menu {
|
|||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
transform: translate(0, 0);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
.dirty-indicator.pull-left {
|
.dirty-indicator.pull-left {
|
||||||
@ -8940,6 +8955,7 @@ ul#new-menu {
|
|||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
transform: translate(0, 0);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
.dirty-indicator-dirty.pull-left {
|
.dirty-indicator-dirty.pull-left {
|
||||||
@ -8955,6 +8971,7 @@ ul#new-menu {
|
|||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
transform: translate(0, 0);
|
||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
.dirty-indicator-clean.pull-left {
|
.dirty-indicator-clean.pull-left {
|
||||||
@ -8970,6 +8987,7 @@ ul#new-menu {
|
|||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
transform: translate(0, 0);
|
||||||
content: "\f00c";
|
content: "\f00c";
|
||||||
}
|
}
|
||||||
.dirty-indicator-clean:before.pull-left {
|
.dirty-indicator-clean:before.pull-left {
|
||||||
|
Loading…
Reference in New Issue
Block a user