mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Work in progress for improving examples
This commit is contained in:
parent
87115cda37
commit
9678a2cd06
@ -0,0 +1,23 @@
|
|||||||
|
@import "editor.less";
|
||||||
|
|
||||||
|
/* Overwrite some styles */
|
||||||
|
body{
|
||||||
|
position: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#footer {
|
||||||
|
width: 100%;
|
||||||
|
height: 100px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
background-color:chocolate;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#footer {
|
||||||
|
width: 100%;
|
||||||
|
padding: 20px 50px;
|
||||||
|
height: 100px;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
background-color:#ffa800;
|
||||||
|
}
|
@ -1,3 +0,0 @@
|
|||||||
@header-height : 75px;
|
|
||||||
@header-toolbar-height : 35px;
|
|
||||||
@header-info-height : @header-height - @header-toolbar-height;
|
|
@ -10,6 +10,19 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="mindplot" onselectstart="return false;"></div>
|
<div id="mindplot" onselectstart="return false;"></div>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="footer">
|
||||||
|
<div>
|
||||||
|
The following example showcase rendering of mindmaps in read-only.
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
Select Map to Render: <select>
|
||||||
|
<option>welcome</option>
|
||||||
|
<option>huge</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 14 KiB |
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 15 KiB |
@ -1,4 +1,4 @@
|
|||||||
import '../css/embedded.less';
|
import '../css/viewmode.less';
|
||||||
import { buildDesigner, buildOptions } from '../../../../src/components/DesignerBuilder';
|
import { buildDesigner, buildOptions } from '../../../../src/components/DesignerBuilder';
|
||||||
import { PersistenceManager, LocalStorageManager } from '../../../../src';
|
import { PersistenceManager, LocalStorageManager } from '../../../../src';
|
||||||
|
|
||||||
|
@ -42,7 +42,6 @@ const playgroundConfig = {
|
|||||||
{ from: 'test/playground/index.html', to: 'index.html' },
|
{ from: 'test/playground/index.html', to: 'index.html' },
|
||||||
{ from: 'test/playground/map-render/html/container.json', to: 'html/container.json' },
|
{ from: 'test/playground/map-render/html/container.json', to: 'html/container.json' },
|
||||||
{ from: 'test/playground/map-render/html/container.html', to: 'container.html' },
|
{ from: 'test/playground/map-render/html/container.html', to: 'container.html' },
|
||||||
{ from: 'test/playground/map-render/css/widget', to: 'css/widget' },
|
|
||||||
],
|
],
|
||||||
}),
|
}),
|
||||||
new HtmlWebpackPlugin({
|
new HtmlWebpackPlugin({
|
||||||
|
Loading…
Reference in New Issue
Block a user