Commit 22e0fbeb authored by Akikonata's avatar Akikonata

Merge branch 'dev' of https://github.com/kitygraph/kityminder into dev

parents 560e8540 40452f1b
...@@ -10,15 +10,23 @@ ...@@ -10,15 +10,23 @@
<link href="../themes/default/_css/import.css" type="text/css" rel="stylesheet"> <link href="../themes/default/_css/import.css" type="text/css" rel="stylesheet">
<style> <style>
.km_receiver{ .km_receiver{
width:300px;height:300px; width:0;
height:0;
} }
.km-minderNode{ .km-minderNode{
cursor:default; cursor:default;
} }
.kmui-container {
height: 100%;
}
html, body, div {
margin: 0;
padding: 0;
}
</style> </style>
</head> </head>
<body > <body >
<div id="kityminder" style="height:1000px;width:100%" onselectstart="return false"> <div id="kityminder" style="height:100%;width:100%" onselectstart="return false">
</div> </div>
</body> </body>
<script> <script>
......
.kmui-container{ .kmui-container {
position: relative;
border: 1px solid #d4d4d4;
box-shadow: 2px 2px 5px #d3d6da;
background-color: #fff;
} }
.kmui-container .kmui-toolbar{ .kmui-container .kmui-toolbar{
position: relative;
width:auto;
border-bottom: 1px solid #e1e1e1;
box-shadow: 2px 2px 5px #d3d6da;
background-color: #fafafa; background-color: #fafafa;
z-index: 99999; z-index: 99999;
} }
.kmui-toolbar .kmui-btn-toolbar{ .kmui-toolbar .kmui-btn-toolbar{
position: relative;
padding: 5px; padding: 5px;
} }
.kmui-toolbar {
position: absolute;
left: 10px;
top: 10px;
border-radius: 4px;
}
.kmui-container .kmui-editor-body{ .kmui-container .kmui-editor-body{
background-color: #000000; background-color: #333;
line-height: 0;
overflow: hidden;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment