From 5ae04bc0c27f62291aa796d2836a3b4b531b09e3 Mon Sep 17 00:00:00 2001 From: Erik Pearson Date: Thu, 14 Jan 2021 12:33:16 -0800 Subject: [PATCH] reformat to make codacy happy --- .../static/kbase/custom/custom.css | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/kbase-extension/static/kbase/custom/custom.css b/kbase-extension/static/kbase/custom/custom.css index a28f6cc872..97b7866d20 100644 --- a/kbase-extension/static/kbase/custom/custom.css +++ b/kbase-extension/static/kbase/custom/custom.css @@ -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] { @@ -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; } @@ -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; } @@ -303,7 +309,7 @@ div#notebook { color: #d84315; } -.cell>.inner_cell>.ctb_hideshow { +.cell > .inner_cell > .ctb_hideshow { display: block; } @@ -381,4 +387,4 @@ div.code_cell div.input_prompt { .run_this_cell { padding: 0 !important; width: 0 !important; -} \ No newline at end of file +}