Merge pull request +12547 from c9/guide

Add guided tour
pull/268/head
Brady Dowling 2016-03-07 08:24:44 -05:00
commit 0cc0a90088
3 zmienionych plików z 12 dodań i 5 usunięć

Wyświetl plik

@ -729,6 +729,13 @@ module.exports = function(options) {
packagePath: "plugins/c9.ide.help/help", packagePath: "plugins/c9.ide.help/help",
staticPrefix: staticPrefix + "/plugins/c9.ide.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", packagePath: "plugins/c9.ide.configuration/configure",
dashboardUrl: options.dashboardUrl, dashboardUrl: options.dashboardUrl,

Wyświetl plik

@ -118,6 +118,6 @@
"c9.ide.undo": "#b028bcb4d5", "c9.ide.undo": "#b028bcb4d5",
"c9.ide.upload": "#0bd010d3dc", "c9.ide.upload": "#0bd010d3dc",
"c9.ide.welcome": "#5b86c44e92", "c9.ide.welcome": "#5b86c44e92",
"c9.ide.guide": "#undefined" "c9.ide.guide": "#88daca02e9"
} }
} }

Wyświetl plik

@ -20,7 +20,7 @@
z-index : 10000; z-index : 10000;
} }
.right .panelsbar{ .basic.right .panelsbar{
border-left : 0; border-left : 0;
border-top : 0; border-top : 0;
border-bottom : 1px solid @border-highlight; border-bottom : 1px solid @border-highlight;
@ -31,14 +31,14 @@
top: 0; top: 0;
} }
.left { .basic.left {
box-shadow: 1px 0 0 @border-highlight; box-shadow: 1px 0 0 @border-highlight;
} }
.right { .basic.right {
box-shadow: 1px 0 0 @border-highlight inset; box-shadow: 1px 0 0 @border-highlight inset;
} }
.left, .right{ .basic.left, .basic.right{
overflow : hidden; overflow : hidden;
z-index : 100000; z-index : 100000;
} }