Skip to content

Commit

Permalink
Move css out of nbextensions dir and consolidate in `kbase-extensio…
Browse files Browse the repository at this point in the history
…n/static/kbase/css/appCell.css`

Validate appCell.css and fix errors
  • Loading branch information
ialarmedalien committed Oct 15, 2020
1 parent 160026c commit 074f7ae
Show file tree
Hide file tree
Showing 10 changed files with 146 additions and 792 deletions.
296 changes: 144 additions & 152 deletions kbase-extension/static/kbase/css/appCell.css

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions nbextensions/advancedViewCell/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* In this model, the execution of the module the first time per session is the same
* as creating a global management object.
*
* Thus we do things like createa a message bus
* Thus we do things like create a message bus
*
* @param {type} $
* @param {type} Jupyter
Expand All @@ -31,11 +31,9 @@ define([
'common/appUtils',
'common/jupyter',
'common/spec',
// './widgets/codeCellRunWidget',
'kb_service/utils',
'kb_service/client/workspace',
'css!kbase/css/appCell.css',
'css!./styles/main.css',
'bootstrap',
'custom/custom'
], function(
Expand Down
13 changes: 0 additions & 13 deletions nbextensions/advancedViewCell/styles/main.css

This file was deleted.

3 changes: 1 addition & 2 deletions nbextensions/appCell2/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* In this model, the execution of the module the first time per session is the same
* as creating a global management object.
*
* Thus we do things like createa a message bus
* Thus we do things like create a message bus
*
* @param {type} $
* @param {type} Jupyter
Expand All @@ -26,7 +26,6 @@ define([
'kb_service/client/workspace',
'./appCell',
'css!kbase/css/appCell.css',
'css!./styles/main.css',
'bootstrap',
'custom/custom'
], function(
Expand Down
10 changes: 0 additions & 10 deletions nbextensions/appCell2/styles/main.css

This file was deleted.

1 change: 0 additions & 1 deletion nbextensions/editorCell/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ define([
'kb_service/client/workspace',

'css!kbase/css/appCell.css',
'css!./styles/main.css',
'bootstrap',
'custom/custom'
], function(
Expand Down
Loading

0 comments on commit 074f7ae

Please sign in to comment.