提交 ee1eda46 编写于 作者: I isidor

panel: panelPart.css

上级 2590fe9f
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.monaco-workbench > .panel > .content > .panel {
height: 100%;
}
.monaco-workbench > .part.panel > .title {
display: -webkit-box;
}
......@@ -3,6 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'vs/css!./media/panelPart';
import {TPromise} from 'vs/base/common/winjs.base';
import strings = require('vs/base/common/strings');
import {Registry} from 'vs/platform/platform';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册