Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
22e0fbeb
Commit
22e0fbeb
authored
Feb 13, 2014
by
Akikonata
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
https://github.com/kitygraph/kityminder
into dev
parents
560e8540
40452f1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
13 deletions
+20
-13
dev.html
demo/dev.html
+10
-2
kityminder.css
themes/default/_css/kityminder.css
+10
-11
No files found.
demo/dev.html
View file @
22e0fbeb
...
...
@@ -10,15 +10,23 @@
<link
href=
"../themes/default/_css/import.css"
type=
"text/css"
rel=
"stylesheet"
>
<style>
.km_receiver
{
width
:
300px
;
height
:
300px
;
width
:
0
;
height
:
0
;
}
.km-minderNode
{
cursor
:
default
;
}
.kmui-container
{
height
:
100%
;
}
html
,
body
,
div
{
margin
:
0
;
padding
:
0
;
}
</style>
</head>
<body
>
<div
id=
"kityminder"
style=
"height:100
0px
;width:100%"
onselectstart=
"return false"
>
<div
id=
"kityminder"
style=
"height:100
%
;width:100%"
onselectstart=
"return false"
>
</div>
</body>
<script>
...
...
themes/default/_css/kityminder.css
View file @
22e0fbeb
.kmui-container
{
position
:
relative
;
border
:
1px
solid
#d4d4d4
;
box-shadow
:
2px
2px
5px
#d3d6da
;
background-color
:
#fff
;
.kmui-container
{
}
.kmui-container
.kmui-toolbar
{
position
:
relative
;
width
:
auto
;
border-bottom
:
1px
solid
#e1e1e1
;
box-shadow
:
2px
2px
5px
#d3d6da
;
background-color
:
#fafafa
;
z-index
:
99999
;
}
.kmui-toolbar
.kmui-btn-toolbar
{
position
:
relative
;
padding
:
5px
;
}
.kmui-toolbar
{
position
:
absolute
;
left
:
10px
;
top
:
10px
;
border-radius
:
4px
;
}
.kmui-container
.kmui-editor-body
{
background-color
:
#000000
;
background-color
:
#333
;
line-height
:
0
;
overflow
:
hidden
;
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment