Skip to content

Commit

Permalink
reformat to make codacy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
eapearson committed Jan 14, 2021
1 parent a4a9a83 commit 5ae04bc
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions kbase-extension/static/kbase/custom/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ CSS should go in /kbase-extension/static/kbase/css/kbaseNarrative.css
(or the specific css file if available)
*/
@font-face {
font-family: 'Glyphicons Halflings';
src: url('../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
src: url('../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
font-family: "Glyphicons Halflings";
src: url("../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot");
src: url("../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix")
format("embedded-opentype"),
url("../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2") format("woff2"),
url("../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff") format("woff"),
url("../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
url("../../ext_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
format("svg");
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
Expand All @@ -25,7 +31,7 @@ CSS should go in /kbase-extension/static/kbase/css/kbaseNarrative.css

/* disable the standard notebook, bottom spacer */

#notebook>.end_space {
#notebook > .end_space {
min-height: 0;
height: 0;
}
Expand Down Expand Up @@ -195,11 +201,11 @@ div#notebook {
overflow: visible;
}

.notebook_app .celltoolbar>.button_container {
.notebook_app .celltoolbar > .button_container {
flex: 0 auto;
}

.notebook_app .celltoolbar>.button_container:nth-child(1) {
.notebook_app .celltoolbar > .button_container:nth-child(1) {
flex: auto;
}

Expand Down Expand Up @@ -303,7 +309,7 @@ div#notebook {
color: #d84315;
}

.cell>.inner_cell>.ctb_hideshow {
.cell > .inner_cell > .ctb_hideshow {
display: block;
}

Expand Down Expand Up @@ -381,4 +387,4 @@ div.code_cell div.input_prompt {
.run_this_cell {
padding: 0 !important;
width: 0 !important;
}
}

0 comments on commit 5ae04bc

Please sign in to comment.