diff --git a/configs/client-default.js b/configs/client-default.js index 7ad72e12..d4f5985e 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -729,6 +729,13 @@ module.exports = function(options) { packagePath: "plugins/c9.ide.help/help", staticPrefix: staticPrefix + "/plugins/c9.ide.help" }, + { + packagePath: "plugins/c9.ide.guide/guide", + staticPrefix: staticPrefix + "/plugins/c9.ide.guide" + }, + { + packagePath: "plugins/c9.ide.guide/default" + }, { packagePath: "plugins/c9.ide.configuration/configure", dashboardUrl: options.dashboardUrl, diff --git a/package.json b/package.json index 20e89264..b97c995a 100644 --- a/package.json +++ b/package.json @@ -118,6 +118,6 @@ "c9.ide.undo": "#b028bcb4d5", "c9.ide.upload": "#0bd010d3dc", "c9.ide.welcome": "#5b86c44e92", - "c9.ide.guide": "#undefined" + "c9.ide.guide": "#88daca02e9" } } \ No newline at end of file diff --git a/plugins/c9.ide.panels/skin.xml b/plugins/c9.ide.panels/skin.xml index 6289b7a2..33e4ba7c 100644 --- a/plugins/c9.ide.panels/skin.xml +++ b/plugins/c9.ide.panels/skin.xml @@ -20,7 +20,7 @@ z-index : 10000; } - .right .panelsbar{ + .basic.right .panelsbar{ border-left : 0; border-top : 0; border-bottom : 1px solid @border-highlight; @@ -31,14 +31,14 @@ top: 0; } - .left { + .basic.left { box-shadow: 1px 0 0 @border-highlight; } - .right { + .basic.right { box-shadow: 1px 0 0 @border-highlight inset; } - .left, .right{ + .basic.left, .basic.right{ overflow : hidden; z-index : 100000; }